From b1c66e599eb96a1547b6734d43b84c5ac5d94a4c Mon Sep 17 00:00:00 2001 From: federico121 Date: Thu, 4 Sep 2014 11:49:39 +0200 Subject: [PATCH] Update bower.json I removed the angular-unstable dependency, because is conflicting with the current angular requirement of the project. --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index ab65be3..1ec3555 100644 --- a/bower.json +++ b/bower.json @@ -10,6 +10,5 @@ "package.json" ], "dependencies": { - "angularjs-unstable": "~1.1.4" } }