Skip to content

Commit

Permalink
gen: update jade to ~1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 21, 2015
1 parent dfa60c9 commit e2fe4f7
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 @@ -198,7 +198,7 @@ function createApplicationAt(path) {

switch (program.template) {
case 'jade':
pkg.dependencies['jade'] = '~1.9.0';
pkg.dependencies['jade'] = '~1.9.1';
break;
case 'ejs':
pkg.dependencies['ejs'] = '~2.1.4';
Expand Down
2 changes: 1 addition & 1 deletion test/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('express(1)', function () {
+ ' "cookie-parser": "~1.3.3",\n'
+ ' "debug": "~2.1.1",\n'
+ ' "express": "~4.11.1",\n'
+ ' "jade": "~1.9.0",\n'
+ ' "jade": "~1.9.1",\n'
+ ' "morgan": "~1.5.1",\n'
+ ' "serve-favicon": "~2.2.0"\n'
+ ' }\n'
Expand Down

0 comments on commit e2fe4f7

Please sign in to comment.