Add istanbul for running node coverage reports.

`tools/test-js-with-node cover` needs istanbul to be installed in
order to work; we might as well install it by default rather than
having it be an extra step users need to deal with.

Of course, since this is only needed in the development environment,
this could suggest we want to fork/conditionalize package.json, but I
think for now it's reasonable to just install everything we use
somewhere -- the npm list is still pretty short and we have that issue
anyway with webpack-dev-server.
This commit is contained in:
Tim Abbott 2015-11-19 09:21:05 -08:00
parent 15dae10383
commit 6a8318ddcd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"dependencies": {},
"devDependencies": {
"handlebars": "1.3.0",
"istanbul": "0.4.0",
"jQuery": "1.7.4",
"jsdom": "0.5.7",
"xmlhttprequest": "1.5.0",