From fe8c268c31847328c0f637087a84e73c0f7a1745 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 25 Jul 2014 21:36:53 +0200 Subject: [PATCH] Remove jade dependency from bower It was only an experiment and it is now completelly useless on fronted. (Jade is only used on gulp as npm dependency) --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 4cbc73c2..2692bcd4 100644 --- a/bower.json +++ b/bower.json @@ -48,7 +48,6 @@ ], "dependencies": { "lodash": "~2.4.1", - "jade": "~1.3.1", "emoticons": "~0.1.7", "jquery-flot": "~0.8.2", "angular": "1.2.21",