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

Commit

Permalink
Adding Bower Resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 23, 2013
1 parent 86186ad commit 5a780aa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 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.6"
}
}
6 changes: 3 additions & 3 deletions config/env/development.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module.exports = {
db: "mongodb://admin:password@ds027308.mongolab.com:27308/meanstack",
db: "mongodb://localhost/mean-dev",
app: {
name: "MEAN - A Modern Stack - Development"
},
facebook: {
clientID: "455818271176818",
clientSecret: "db6c579d1fcdc9a3980bc4aade0e3aaf",
clientID: "APP_ID",
clientSecret: "APP_SECRET",
callbackURL: "http://localhost:3000/auth/facebook/callback"
},
twitter: {
Expand Down

0 comments on commit 5a780aa

Please sign in to comment.