Skip to content

Commit

Permalink
gen: update ejs to ~2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 26, 2016
1 parent cda298d commit 9ce9443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/express
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function createApplication(app_name, path) {
pkg.dependencies['jade'] = '~1.11.0';
break;
case 'ejs':
pkg.dependencies['ejs'] = '~2.4.1';
pkg.dependencies['ejs'] = '~2.5.2';
break;
case 'hjs':
pkg.dependencies['hjs'] = '~0.0.6';
Expand Down

0 comments on commit 9ce9443

Please sign in to comment.