From 04874972db3a7ca8abf01e774180092562fff654 Mon Sep 17 00:00:00 2001 From: Christophe Jolif Date: Sat, 29 Nov 2014 20:30:13 +0100 Subject: [PATCH] update requirejs-dplugins dependency --- bower.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index b8c83830..512d4f81 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,10 @@ { "name": "ecma402", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "requirejs": "2.1.x", "requirejs-text": "2.0.x", - "requirejs-dplugins": "0.3.x" + "requirejs-dplugins": "0.4.x" }, "ignore": [ ".jshintrc", @@ -13,4 +13,4 @@ "tests", "CONTRIBUTING.md" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 5543443b..8f933166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecma402", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "requirejs": ">=2.1.14" },