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

Commit

Permalink
Updating Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Mar 27, 2014
1 parent acf1df5 commit d7d4518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/env/production.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

module.exports = {
db: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI,
db: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://localhost/mean',
facebook: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install"
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"express": "~3.4.8",
"express": "~3.5.1",
"consolidate": "~0.10.0",
"swig": "~1.3.2",
"mongoose": "~3.8.8",
"connect-mongo": "~0.4.0",
"connect-flash": "~0.1.1",
"passport": "~0.2.0",
"passport-local": "~0.1.6",
"passport-local": "~1.0.0",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"passport-linkedin": "~0.1.3",
"passport-google-oauth": "~0.1.5",
"lodash": "~2.4.1",
"forever": "~0.10.11",
"bower": "~1.2.8",
"bower": "~1.3.1",
"grunt-cli": "~0.1.13"
},
"devDependencies": {
Expand Down

0 comments on commit d7d4518

Please sign in to comment.