diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2015-01-17 15:09:02 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2015-01-17 15:09:02 +0100 |
commit | 3ad80f9f03b25157993f48dc4bcaf07c75345990 (patch) | |
tree | 92389968a03fa64d77168a60d22040ba03f66953 | |
parent | Merge pull request #720 from ObiWahn/master (diff) | |
download | pyload-3ad80f9f03b25157993f48dc4bcaf07c75345990.tar.xz |
try to fix web dependencies
-rw-r--r-- | pyload/web/Makefile | 2 | ||||
-rw-r--r-- | pyload/web/bower.json | 2 | ||||
-rw-r--r-- | pyload/web/package.json | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/pyload/web/Makefile b/pyload/web/Makefile index 7338cdb40..7c106b5b8 100644 --- a/pyload/web/Makefile +++ b/pyload/web/Makefile @@ -4,7 +4,7 @@ PATH := ${PATH}:. init-web: prepare npm install - npm install bower grunt-cli + npm install bower@0.9.2 grunt-cli node_modules/bower/bin/bower install $(MAKE) update-web diff --git a/pyload/web/bower.json b/pyload/web/bower.json index 3446dda04..ef6dea3bd 100644 --- a/pyload/web/bower.json +++ b/pyload/web/bower.json @@ -16,7 +16,7 @@ "backbone.marionette": "1.4.1", "handlebars.js": "1.0.0-rc.3", "jed": "~0.5.4", - "select2": "~3.4.5", + "select2": "3.4.5", "momentjs": "~2.4.0" }, "devDependencies": {} diff --git a/pyload/web/package.json b/pyload/web/package.json index 4b5ce8788..03001f42a 100644 --- a/pyload/web/package.json +++ b/pyload/web/package.json @@ -7,6 +7,7 @@ }, "dependencies": {}, "devDependencies": { + "bower": "0.9.2", "grunt": "~0.4.1", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-concat": "~0.1.3", |