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

Commit

Permalink
Fixing Heroku Bower Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 19, 2013
1 parent 1d9f1a0 commit bac1a06
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "mean",
"version": "0.1.0",
"dependencies": {
"angular": "latest",
"angular-resource": "latest",
"angular-cookies": "latest",
"angular-mocks": "latest",
"angular-route": "latest",
"bootstrap": "2.3.2",
"angular-bootstrap": "0.7.0",
"angular-ui-utils": "0.0.4"
}
}
"name": "mean",
"version": "0.1.0",
"dependencies": {
"angular": "latest",
"angular-resource": "latest",
"angular-cookies": "latest",
"angular-mocks": "latest",
"angular-route": "latest",
"bootstrap": "2.3.2",
"angular-bootstrap": "0.7.0",
"angular-ui-utils": "0.0.4"
},
"resolutions": {
"angular": "1.2.5"
}
}

0 comments on commit bac1a06

Please sign in to comment.