Add istanbul back for code coverage reporting
This commit is contained in:
parent
ebdac95a7d
commit
b5c1a54971
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue