Skip to content

Commit

Permalink
gen: update hbs to ~4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 15, 2019
1 parent 6b3e27d commit 52bfe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/express-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function createApplication (name, dir) {
break
case 'hbs':
app.locals.view = { engine: 'hbs' }
pkg.dependencies.hbs = '~4.0.1'
pkg.dependencies.hbs = '~4.0.3'
break
case 'hjs':
app.locals.view = { engine: 'hjs' }
Expand Down

0 comments on commit 52bfe6a

Please sign in to comment.