From 7f0296d35805d1708d2b20620b510bfa67b256c4 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Wed, 13 Jan 2016 15:25:26 +0100 Subject: [PATCH] Updated bower.json for AngularJS 1.4 support --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 6cbad7c..8293ab2 100644 --- a/bower.json +++ b/bower.json @@ -14,15 +14,15 @@ ], "license": "MIT", "dependencies": { - "angular": "1.2 - 1.3" + "angular": "1.2 - 1.4" }, "devDependencies": { - "angular-mocks": "1.2 - 1.3", - "angular-scenario": "1.2 - 1.3", + "angular-mocks": "1.2 - 1.4", + "angular-scenario": "1.2 - 1.4", "karma-jasmine": "~0.2.2", "jasmine-sinon": "~0.4.0" }, "resolutions": { - "angular": "1.2 - 1.3" + "angular": "1.2 - 1.4" } }