From 54fe86dc2a3146ce2a8549cf74b445a07668ef66 Mon Sep 17 00:00:00 2001 From: Victor D Date: Fri, 9 Oct 2015 20:58:00 +0300 Subject: [PATCH 1/2] angularjs should not be a dependency --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index db9883f4..069583eb 100644 --- a/bower.json +++ b/bower.json @@ -21,7 +21,6 @@ "tests" ], "dependencies": { - "angular": "1.2.*", "imgcache.js": "*" } } From 8a8725a77e34570f152854112d8d9bbbf082f740 Mon Sep 17 00:00:00 2001 From: Victor D Date: Fri, 9 Oct 2015 21:36:02 +0300 Subject: [PATCH 2/2] updated bower deps --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 069583eb..ea1769fc 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,6 @@ "tests" ], "dependencies": { - "imgcache.js": "*" + "imgcache.js": "git@github.com:septembermd/imgcache.js.git#master" } }