Skip to content

Commit

Permalink
Merge pull request #55 from JaZo/issue-40
Browse files Browse the repository at this point in the history
AngularJS 1.4 support
  • Loading branch information
bramski committed Mar 21, 2016
2 parents 47facce + 7f0296d commit f369ddf
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 f369ddf

Please sign in to comment.