Skip to content

Commit

Permalink
Fix #4: allow Angular ~1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud BRETON committed May 29, 2014
1 parent 6ef2269 commit b26f84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0",
"main": "angular-segmentio.js",
"dependencies": {
"angular": "~1.0.6"
"angular": "~1.2.0"
},
"devDependencies": {
"angular-mocks": "~1.0.6"
"angular-mocks": "~1.2.0"
},
"ignore": [
"test/",
Expand Down

0 comments on commit b26f84e

Please sign in to comment.