Skip to content

Commit f4f8db4

Browse files
committed
fix(npm): use latest version numbers instead of "latest"
closes #1440
1 parent 728a1a0 commit f4f8db4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/templates/_package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"express-jwt": "^3.0.0",
2828
"passport": "~0.3.0",
2929
"passport-local": "^1.0.0",<% } %><% if (filters.facebookAuth) { %>
30-
"passport-facebook": "latest",<% } %><% if (filters.twitterAuth) { %>
31-
"passport-twitter": "latest",<% } %><% if (filters.googleAuth) { %>
32-
"passport-google-oauth": "latest",<% } %><% if (filters.socketio) { %>
30+
"passport-facebook": "^2.0.0",<% } %><% if (filters.twitterAuth) { %>
31+
"passport-twitter": "^1.0.3",<% } %><% if (filters.googleAuth) { %>
32+
"passport-google-oauth": "~0.2.0",<% } %><% if (filters.socketio) { %>
3333
"socket.io": "^1.3.5",
3434
"socket.io-client": "^1.3.5",
3535
"socketio-jwt": "^4.2.0",<% } %>
@@ -71,7 +71,7 @@
7171
"grunt-karma": "~0.12.0",
7272
"grunt-build-control": "^0.6.0",<% if(filters.sass) { %>
7373
"grunt-contrib-sass": "^0.9.0",<% } %><% if(filters.stylus) { %>
74-
"grunt-contrib-stylus": "latest",<% } %>
74+
"grunt-contrib-stylus": "~0.22.0",<% } %>
7575
"jit-grunt": "^0.9.1",
7676
"time-grunt": "^1.2.1",
7777
"grunt-express-server": "^0.5.1",

0 commit comments

Comments
 (0)