We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7087e6 + 163249f commit 09d6a03Copy full SHA for 09d6a03
app/templates/_package.json
@@ -15,7 +15,7 @@
15
"lodash": "~2.4.1",<% if(filters.jade) { %>
16
"jade": "~1.2.0",<% } %><% if(filters.html) { %>
17
"ejs": "~0.8.4",<% } %><% if(filters.mongoose) { %>
18
- "mongoose": "~3.8.8",<% } %><% if(filters.auth) { %>
+ "mongoose": "~4.0.3",<% } %><% if(filters.auth) { %>
19
"jsonwebtoken": "^5.0.0",
20
"express-jwt": "^3.0.0",
21
"passport": "~0.2.0",
@@ -24,7 +24,7 @@
24
"passport-twitter": "latest",<% } %><% if(filters.googleAuth) { %>
25
"passport-google-oauth": "latest",<% } %>
26
"composable-middleware": "^0.3.0",
27
- "connect-mongo": "^0.4.1"<% if(filters.socketio) { %>,
+ "connect-mongo": "^0.8.1"<% if(filters.socketio) { %>,
28
"socket.io": "^1.0.6",
29
"socket.io-client": "^1.0.6",
30
"socketio-jwt": "^3.0.0"<% } %>
0 commit comments