Update package.json

This commit is contained in:
Sindre Sorhus 2017-10-15 14:50:25 +07:00 committed by GitHub
parent 77a3e81147
commit 6b256dbe89

View file

@ -8,7 +8,7 @@
"node": ">=4" "node": ">=4"
}, },
"scripts": { "scripts": {
"test": "xo && tsc -p types && nyc ava", "test": "xo && tsc --project types && nyc ava",
"bench": "matcha benchmark.js", "bench": "matcha benchmark.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls" "coveralls": "nyc report --reporter=text-lcov | coveralls"
}, },
@ -53,7 +53,7 @@
"matcha": "^0.7.0", "matcha": "^0.7.0",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"resolve-from": "^3.0.0", "resolve-from": "^3.0.0",
"typescript": "^2.5.2", "typescript": "^2.5.3",
"xo": "*" "xo": "*"
}, },
"types": "types/index.d.ts", "types": "types/index.d.ts",