Skip to content

Commit

Permalink
fix(istanbul): Add dependency to istanbul
Browse files Browse the repository at this point in the history
* For got to add it as a dependency this time around, instead of a dev-dependency
  • Loading branch information
nicojs committed Nov 20, 2016
1 parent 50dd80f commit 729d770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"escodegen": "^1.8.0",
"esprima": "^2.7.0",
"glob": "^7.0.3",
"istanbul": "^0.4.5",
"lodash": "^3.10.1",
"log4js": "^0.6.33",
"mkdirp": "^0.5.1",
Expand Down Expand Up @@ -81,7 +82,6 @@
"grunt-npm": "0.0.2",
"grunt-ts": "^6.0.0-beta.3",
"grunt-tslint": "^3.2.1",
"istanbul": "^0.4.0",
"jasmine-core": "^2.4.1",
"karma": "1.0.0",
"karma-coverage": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion testResources/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "1.0.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"stryker": "file:../../",
Expand Down

0 comments on commit 729d770

Please sign in to comment.