diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-07 18:26:19 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-07 18:26:19 +0100 |
commit | d085083f1cbe495f73a12782c077e5dc4e277898 (patch) | |
tree | 12bef75d9bcc28d46a70c5355a68e334c3a8b199 /pyload/web/package.json | |
parent | render links updated to package (diff) | |
download | pyload-d085083f1cbe495f73a12782c077e5dc4e277898.tar.xz |
fixed dependencies, downgraded hbs plugin
Diffstat (limited to 'pyload/web/package.json')
-rw-r--r-- | pyload/web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/package.json b/pyload/web/package.json index e1a2defb7..5de79a814 100644 --- a/pyload/web/package.json +++ b/pyload/web/package.json @@ -17,7 +17,7 @@ "grunt-contrib-connect": "~0.2.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-htmlmin": "~0.1.3", - "grunt-contrib-requirejs": "~0.4.0", + "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-imagemin": "~0.1.3", "grunt-contrib-watch": "~0.4.0", "grunt-contrib-compress": "~0.5.0", |