diff options
author | kpdecker <kpdecker@gmail.com> | 2015-12-14 02:46:42 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-12-14 02:46:42 -0600 |
commit | 164f1c13f7e6965c103b4b7bc64844f300acd539 (patch) | |
tree | c35180736bb629513205eb1e278ba53cdae6a31b | |
parent | 8517352e209569f5a373d7a61ef4a673582d9616 (diff) | |
download | handlebars.js-164f1c13f7e6965c103b4b7bc64844f300acd539.zip handlebars.js-164f1c13f7e6965c103b4b7bc64844f300acd539.tar.gz handlebars.js-164f1c13f7e6965c103b4b7bc64844f300acd539.tar.bz2 |
Use istanbul fork for proper line coverage
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ffd742c..6957dab 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-eslint": "^17.1.0", "grunt-saucelabs": "8.x", "grunt-webpack": "^1.0.8", - "istanbul": "^0.3.0", + "istanbul": "github:kpdecker/istanbul", "jison": "~0.3.0", "mocha": "~1.20.0", "mock-stdin": "^0.3.0", |