From 6404f5935237fe32cb10e7d86e65d01b7b5e53bc Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Mon, 17 Mar 2014 14:01:50 +0100 Subject: [PATCH] Do not require an old angular version but anything >=1.2.0 --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index d91288b..cb301f3 100644 --- a/bower.json +++ b/bower.json @@ -22,9 +22,9 @@ ".gitignore" ], "dependencies": { - "angular": "1.2.1" + "angular": ">=1.2.0" }, "devDependencies": { - "angular-mocks": "1.2.1" + "angular-mocks": ">=1.2.0" } -} \ No newline at end of file +}