Add istanbul back for code coverage reporting

This commit is contained in:
deadprogram 2014-05-24 10:06:39 -07:00
parent ebdac95a7d
commit b5c1a54971
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@
"chai": "1.9.1", "chai": "1.9.1",
"mocha": "1.18.2", "mocha": "1.18.2",
"sinon": "1.9.1", "sinon": "1.9.1",
"jshint": "2.5.0" "jshint": "2.5.0",
"istanbul": "0.2.10"
}, },
"dependencies": { "dependencies": {