Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
chore(bower.json): Updated Angular version to prevent constant conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Jun 19, 2014
1 parent a4743b6 commit b719519
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 @@ -34,13 +34,13 @@
"package.json"
],
"devDependencies": {
"angular-mocks": "1.2.13",
"angular-mocks": "*",
"jquery": "~2.0.3",
"jquery.ui": "~1.10.3"
},
"dependencies": {
"angular": "1.2.13",
"angular-animate": "1.2.13",
"angular": ">=1.2.0",
"angular-animate": ">=1.2.0",
"underscore.string": "~2.3.3"
}
}

0 comments on commit b719519

Please sign in to comment.