Skip to content

Commit

Permalink
gen: update express to ~4.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 27, 2017
1 parent cbcc675 commit 1963cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/express
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ function createApplication(app_name, path) {
, private: true
, scripts: { start: 'node ./bin/www' }
, dependencies: {
'express': '~4.14.1',
'body-parser': '~1.17.1',
'cookie-parser': '~1.4.3',
'debug': '~2.6.3',
'express': '~4.15.2',
'morgan': '~1.8.1',
'serve-favicon': '~2.3.2'
}
Expand Down
2 changes: 1 addition & 1 deletion test/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('express(1)', function () {
+ ' "body-parser": "~1.17.1",\n'
+ ' "cookie-parser": "~1.4.3",\n'
+ ' "debug": "~2.6.3",\n'
+ ' "express": "~4.14.1",\n'
+ ' "express": "~4.15.2",\n'
+ ' "jade": "~1.11.0",\n'
+ ' "morgan": "~1.8.1",\n'
+ ' "serve-favicon": "~2.3.2"\n'
Expand Down

0 comments on commit 1963cde

Please sign in to comment.