Skip to content

Commit

Permalink
gen: update pug to ~2.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 26, 2016
1 parent 6340224 commit 8a5b5e9
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 @@ -263,7 +263,7 @@ function createApplication(app_name, path) {
pkg.dependencies['hbs'] = '~4.0.1';
break;
case 'pug':
pkg.dependencies['pug'] = '~2.0.0-beta3';
pkg.dependencies['pug'] = '~2.0.0-beta6';
break;
case 'twig':
pkg.dependencies['twig'] = '~0.9.5';
Expand Down

0 comments on commit 8a5b5e9

Please sign in to comment.