Upgrade handlebars (#8675)

* Upgrade Handlebars to 4.3.0

* Upgrade Handlebars to the latest version
This commit is contained in:
Robin Ward
2020-01-07 15:37:37 -05:00
committed by GitHub
parent b51b2ccf61
commit abff3716ba
8 changed files with 815 additions and 512 deletions
+1
View File
@@ -6,6 +6,7 @@ pre-commit:
run: bundle exec rubocop {staged_files}
eslint:
glob: "*.{js,es6}"
exclude: 'vendor/*'
run: yarn eslint --ext .es6 -f compact {staged_files}
yaml-syntax:
glob: "*.{yaml,yml}"