Skip to content

Commit

Permalink
chore(core): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Apr 14, 2015
1 parent 4077cbb commit 5ab81e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"gulp-nodemon": "^2.0.2",
"gulp-open": "^0.3.2",
"gulp-plumber": "^1.0.0",<% if (filters.e2e) { %>
"gulp-protractor": "^0.0.12",<% } %><% if (filters.reload === 'livereload') { %>
"gulp-protractor": "^1.0.0",<% } %><% if (filters.reload === 'livereload') { %>
"gulp-replace": "^0.5.2",<% } %>
"gulp-rev-all": "^0.8.13",
"gulp-sass": "^1.3.2",
Expand Down Expand Up @@ -52,9 +52,9 @@
"cookie-parser": "^1.3.3",<% if (filters.auth) { %>
"connect-mongo": "^0.8.0",<% } %>
"express": "^4.12.2",<% if (filters.auth) { %>
"express-jwt": "^2.0.0",
"express-jwt": "^3.0.0",
"express-session": "^1.10.2",
"jsonwebtoken": "^4.2.2",<% } %>
"jsonwebtoken": "^5.0.0",<% } %>
"lodash": "^3.3.1",
"method-override": "^2.3.1"<% if (filters.backend === 'mongo') { %>,
"mongoose": "^4.0.1"<% } %>,
Expand Down

0 comments on commit 5ab81e2

Please sign in to comment.