Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
lock to specified JS dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
dizda committed Dec 7, 2013
1 parent f0ae031 commit 1e75b42
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"dependencies": {
"bootstrap": "2.3.2",
"angular": "1.2.4",
"angular-resource": "latest",
"angular-cookies": "latest",
"angular-bootstrap": "latest",
"angular-ui-utils": "latest",
"angular-mocks": "latest",
"angular-route": "latest"
"angular-resource": "1.2.4",
"angular-cookies": "1.2.4",
"angular-bootstrap": "0.7.0",
"angular-ui-utils": "0.0.4",
"angular-mocks": "1.2.4",
"angular-route": "1.2.4"
},
"resolutions": {
"angular": "1.2.4"
}
}

0 comments on commit 1e75b42

Please sign in to comment.