From bda921b68ce30645d992982325adc4eebfdcd361 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Sun, 26 Oct 2014 22:27:27 +0100 Subject: [PATCH] fix: add support for angular 1.3 in bower Fixes #76 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e6528ae..5abd2fd 100644 --- a/bower.json +++ b/bower.json @@ -9,6 +9,6 @@ "keywords": ["lazy load", "lazy-load", "load on demand", "module", "angular", "angularJS"], "ignore": ["**/.*", "node_modules", "bower_components", "src", "gulpfile.js", "package.json"], "dependencies": { - "angular": "~1.2.20" + "angular": "1.2.x - 1.3.x" } -} \ No newline at end of file +}