Skip to content

Commit

Permalink
fix(server): update mongo & mongoose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Mar 25, 2015
1 parent 26a86cd commit 52a0d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"composable-middleware": "^0.3.0",<% } %>
"compression": "^1.4.0",
"cookie-parser": "^1.3.3",<% if (filters.auth) { %>
"connect-mongo": "^0.7.0",<% } %>
"connect-mongo": "^0.8.0",<% } %>
"express": "^4.12.2",<% if (filters.auth) { %>
"express-jwt": "^2.0.0",
"express-session": "^1.10.2",
"jsonwebtoken": "^4.0.0",<% } %>
"lodash": "^3.3.1",
"method-override": "^2.3.1",<% if (filters.backend === 'mongo') { %>
"mongoose": "^3.8.22",<% } %>
"mongoose": "^4.0.0",<% } %>
"morgan": "^1.5.1",<% if (filters.auth) { %>
"passport": "^0.2.1",
"passport-local": "^1.0.0",<% } %><% if (filters.backend === 'restock') { %>
Expand Down

0 comments on commit 52a0d88

Please sign in to comment.