chore(package): remove unused nyc
This commit is contained in:
parent
b3c9936d74
commit
86a1ed6d46
@ -128,7 +128,6 @@
|
|||||||
"leche": "^2.1.1",
|
"leche": "^2.1.1",
|
||||||
"mocha": "^3.0.2",
|
"mocha": "^3.0.2",
|
||||||
"must": "^0.13.1",
|
"must": "^0.13.1",
|
||||||
"nyc": "^10.0.0",
|
|
||||||
"rimraf": "^2.5.2",
|
"rimraf": "^2.5.2",
|
||||||
"sinon": "^1.14.1",
|
"sinon": "^1.14.1",
|
||||||
"standard": "^8.1.0"
|
"standard": "^8.1.0"
|
||||||
@ -146,7 +145,7 @@
|
|||||||
"prerelease": "git checkout next-release && git pull --ff-only && git checkout stable && git pull --ff-only && git merge next-release",
|
"prerelease": "git checkout next-release && git pull --ff-only && git checkout stable && git pull --ff-only && git merge next-release",
|
||||||
"release": "npm version",
|
"release": "npm version",
|
||||||
"start": "node bin/xo-server",
|
"start": "node bin/xo-server",
|
||||||
"test": "nyc mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
Loading…
Reference in New Issue
Block a user