Skip to content

Commit

Permalink
Add handlebars as an explicit dependency
Browse files Browse the repository at this point in the history
This gets around an issue with istanbul-reports 1.5.1 including
handlebars 4.7+, which has a breaking change from 4.6.

references #1062
jason0x43 committed Jan 23, 2020
1 parent 8f407fe commit 59ef37a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -82,6 +82,7 @@
"diff": "~4.0.1",
"express": "~4.17.1",
"glob": "~7.1.4",
"handlebars": "~4.5.3",
"http-errors": "~1.7.2",
"istanbul-lib-coverage": "~2.0.5",
"istanbul-lib-hook": "~2.0.7",

0 comments on commit 59ef37a

Please sign in to comment.