Skip to content

Commit

Permalink
fix bower dependency to allow angular 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwain committed Jun 11, 2015
1 parent b441c8d commit c48580e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"!README.md"
],
"dependencies": {
"angular": "1.2.0 - 1.3"
"angular": "1.2.0 - 1.4"
},
"devDependencies": {
"restangular": "~1.4.0",
"angular-mocks": "~1.3.0",
"angular-resource": "~1.3.0"
"angular-mocks": "~1.4.0",
"angular-resource": "~1.4.0"
},
"keywords": [
"AngularJS",
Expand Down

0 comments on commit c48580e

Please sign in to comment.