We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bc4349 + 77cf348 commit d7312b2Copy full SHA for d7312b2
app/templates/_package.json
@@ -16,8 +16,8 @@
16
"jade": "~1.2.0",<% } %><% if(filters.html) { %>
17
"ejs": "~0.8.4",<% } %><% if(filters.mongoose) { %>
18
"mongoose": "~3.8.8",<% } %><% if(filters.auth) { %>
19
- "jsonwebtoken": "^0.3.0",
20
- "express-jwt": "^0.1.3",
+ "jsonwebtoken": "^5.0.0",
+ "express-jwt": "^3.0.0",
21
"passport": "~0.2.0",
22
"passport-local": "~0.1.6",<% } %><% if(filters.facebookAuth) { %>
23
"passport-facebook": "latest",<% } %><% if(filters.twitterAuth) { %>
@@ -27,7 +27,7 @@
27
"connect-mongo": "^0.4.1"<% if(filters.socketio) { %>,
28
"socket.io": "^1.0.6",
29
"socket.io-client": "^1.0.6",
30
- "socketio-jwt": "^2.0.2"<% } %>
+ "socketio-jwt": "^3.0.0"<% } %>
31
},
32
"devDependencies": {
33
"grunt": "~0.4.4",
0 commit comments