Skip to content

Commit

Permalink
feat(apimock): update Angular dependencies in Bower to latest (below …
Browse files Browse the repository at this point in the history
…2.x).

Angular-apiMock has supported Angular 1.3.x all along, but was still
requiring 1.2.x in Bower.

Need to test with Angular 1.4.x but it should work.
  • Loading branch information
seriema committed Mar 22, 2015
1 parent d5f7b74 commit 8847c19
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 @@ -11,10 +11,10 @@
"test"
],
"dependencies": {
"angular": "~1.2.15"
"angular": "^1.2.15"
},
"devDependencies": {
"angular-mocks": "~1.2.15",
"angular-scenario": "~1.2.15"
"angular-mocks": "^1.2.15",
"angular-scenario": "^1.2.15"
}
}

0 comments on commit 8847c19

Please sign in to comment.