summaryrefslogtreecommitdiffstats
path: root/pyload/web/Makefile
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2015-01-17 15:09:02 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2015-01-17 15:09:02 +0100
commit3ad80f9f03b25157993f48dc4bcaf07c75345990 (patch)
tree92389968a03fa64d77168a60d22040ba03f66953 /pyload/web/Makefile
parentMerge pull request #720 from ObiWahn/master (diff)
downloadpyload-3ad80f9f03b25157993f48dc4bcaf07c75345990.tar.xz
try to fix web dependencies
Diffstat (limited to 'pyload/web/Makefile')
-rw-r--r--pyload/web/Makefile2
1 files changed, 1 insertions, 1 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