Skip to content

Commit

Permalink
updated to latest versions of express and mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
davybrion committed Jan 16, 2012
1 parent 1d65e43 commit 1187cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"main" : "app.js",
"dependencies" :
{
"mongoose" : ">= 2.3.11",
"express" : ">= 2.4.4",
"mongoose" : ">= 2.4.10",
"express" : ">= 2.5.6",
"ejs": "0.4.2",
"express-messages": ">= 0.0.2"
},
Expand Down

0 comments on commit 1187cfe

Please sign in to comment.