We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c6624 commit 9d30752Copy full SHA for 9d30752
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"lint": "eslint lib/ examples/ test/ index.js",
16
"test": "npm run lint && npm run unit",
17
- "unit": "NODE_ENV=test nyc --check-coverage --lines 80 --branches 65 --functions 70 --statements 75 --reporter=lcov --reporter=html mocha -b --recursive",
+ "unit": "NODE_ENV=test mocha -b --recursive",
18
"docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
19
"build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist"
20
},
@@ -59,7 +59,6 @@
59
"husky": "^4.2.3",
60
"jsdoc-to-markdown": "^5.0.1",
61
"mocha": "^7.1.0",
62
- "nyc": "^15.0.0",
63
"socks-proxy-agent": "^5.0.0",
64
"standard": "^14.3.1"
65
0 commit comments