From 3ad80f9f03b25157993f48dc4bcaf07c75345990 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Sat, 17 Jan 2015 15:09:02 +0100
Subject: try to fix web dependencies

---
 pyload/web/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pyload/web/Makefile')

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
 	
-- 
cgit v1.2.3