Skip to content

Commit

Permalink
Merge pull request #11 from thisissoon/feature/update-angular
Browse files Browse the repository at this point in the history
Feature: Update bower to support angular v1.4.x
  • Loading branch information
edoparearyee committed Oct 1, 2015
2 parents cded992 + 62e3f09 commit 3908da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Expand Up @@ -19,10 +19,10 @@
],
"private": false,
"dependencies": {
"angular": ">= 1.2 < 1.4",
"angular-route": ">= 1.2 < 1.4"
"angular": ">= 1.2 < 1.5",
"angular-route": ">= 1.2 < 1.5"
},
"devDependencies": {
"angular-mocks": ">= 1.2 < 1.4"
"angular-mocks": ">= 1.2 < 1.5"
}
}

0 comments on commit 3908da3

Please sign in to comment.