Skip to content

Commit

Permalink
Update hbs requirement in package.json for test app
Browse files Browse the repository at this point in the history
HBS >= 1.0.2 added support for express 3.0 templates. Anything less and you'll get some weird messages.
https://github.com/donpark/hbs/blob/v1.0.2/lib/hbs.js
vs https://github.com/donpark/hbs/blob/1.0.1/lib/hbs.js
  • Loading branch information
harking committed Nov 27, 2013
1 parent 5b009c5 commit 072b60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Test app for istanbul middleware",
"dependencies": {
"express": "3.x",
"hbs": "*",
"hbs": ">=1.0.2",
"istanbul-middleware": "*",
"nopt": "*"
}
Expand Down

0 comments on commit 072b60a

Please sign in to comment.