From 86e95d223b1c120e76c30e0fb2e754105b3190b7 Mon Sep 17 00:00:00 2001 From: Eric Norris Date: Sun, 29 Jan 2017 19:42:24 -0500 Subject: [PATCH] Remove HTML test coverage command and JSHint config. --- package.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/package.json b/package.json index aa499e8..0000d8a 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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 - } - } } }