Skip to content

Commit

Permalink
Remove HTML test coverage command and JSHint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnorris committed Jan 30, 2017
1 parent 969cebd commit 86e95d2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"bugs": "https://github.com/ericnorris/striptags/issues",
"version": "2.2.1",
"devDependencies": {
"blanket": "~1.1.6",
"mocha": "~2.1.0"
},
"keywords": [
Expand All @@ -24,17 +23,5 @@
],
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"test-coverage": "node ./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html"
},
"jshintConfig": {
"node": true
},
"config": {
"blanket": {
"pattern": "src/",
"data-cover-reporter-options": {
"shortnames": true
}
}
}
}

0 comments on commit 86e95d2

Please sign in to comment.