chore(package): remove unused nyc

This commit is contained in:
Julien Fontanet 2016-11-23 10:00:45 +01:00
parent b3c9936d74
commit 86a1ed6d46

View File

@ -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": [