Skip to content

Commit

Permalink
Add missing Istanbul devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 20, 2014
1 parent ff334d3 commit 508818a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -37,7 +37,8 @@
"test": "tests"
},
"devDependencies": {
"coveralls": "^2.11.1"
"coveralls": "^2.11.1",
"istanbul": "^0.3.0"
},
"scripts": {
"test": "node tests/tests.js",
Expand Down

0 comments on commit 508818a

Please sign in to comment.