Skip to content

Commit

Permalink
Merge pull request #41 from bdwain/master
Browse files Browse the repository at this point in the history
Fix bower dependency to allow angular 1.4
  • Loading branch information
emmaguo committed Jun 11, 2015
2 parents b441c8d + c48580e commit f4d0705
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 f4d0705

Please sign in to comment.