Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedireza committed Jan 27, 2015
1 parent 0f73dfc commit 8e41aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.example.js
Expand Up @@ -2,7 +2,7 @@

exports.port = process.env.PORT || 3000;
exports.mongodb = {
uri: process.env.MONGOLAB_URI || process.env.MONGOHQ_URL || 'localhost/drywall'
uri: process.env.MONGOLAB_URI || process.env.MONGOHQ_URL || 'mongodb://localhost:27017/drywall'
};
exports.companyName = 'Acme, Inc.';
exports.projectName = 'Drywall';
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,14 +12,14 @@
"body-parser": "^1.7.0",
"bootstrap": "^3.1.1",
"compression": "^1.0.2",
"connect-mongo": "^0.4.1",
"connect-mongo": "^0.7.0",
"cookie-parser": "^1.1.0",
"csurf": "^1.6.0",
"emailjs": "^0.3.11",
"express": "^4.8.7",
"express-session": "^1.2.0",
"font-awesome": "^4.2.0",
"helmet": "^0.5.0",
"helmet": "^0.6.0",
"html5shiv": "^3.7.2",
"jade": "^1.6.0",
"jquery": "^2.1.3",
Expand All @@ -37,7 +37,7 @@
"passport-tumblr": "^0.1.2",
"passport-twitter": "^1.0.2",
"respond.js": "^1.4.2",
"serve-static": "^1.1.0",
"serve-static": "^1.8.1",
"underscore": "^1.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8e41aef

Please sign in to comment.