meta tweaks

This commit is contained in:
Sindre Sorhus 2016-04-06 23:05:21 +07:00
parent ff2c3ea9a5
commit 2653218312
2 changed files with 8 additions and 12 deletions

View file

@ -13,10 +13,9 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && mocha",
"test": "xo && nyc mocha",
"bench": "matcha benchmark.js",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js"
@ -51,9 +50,9 @@
},
"devDependencies": {
"coveralls": "^2.11.2",
"matcha": "^0.6.0",
"matcha": "^0.7.0",
"mocha": "*",
"nyc": "^5.2.0",
"nyc": "^6.1.1",
"require-uncached": "^1.0.2",
"resolve-from": "^2.0.0",
"semver": "^5.1.0",