Skip to content

Commit

Permalink
Updated bower.json for AngularJS 1.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Jan 13, 2016
1 parent df0d642 commit 7f0296d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
],
"license": "MIT",
"dependencies": {
"angular": "1.2 - 1.3"
"angular": "1.2 - 1.4"
},
"devDependencies": {
"angular-mocks": "1.2 - 1.3",
"angular-scenario": "1.2 - 1.3",
"angular-mocks": "1.2 - 1.4",
"angular-scenario": "1.2 - 1.4",
"karma-jasmine": "~0.2.2",
"jasmine-sinon": "~0.4.0"
},
"resolutions": {
"angular": "1.2 - 1.3"
"angular": "1.2 - 1.4"
}
}

0 comments on commit 7f0296d

Please sign in to comment.