Update package.json

This commit is contained in:
Sindre Sorhus 2017-07-02 14:55:29 +02:00 committed by GitHub
parent 26b6a2afb5
commit c2e3bf0756

View file

@ -8,13 +8,14 @@
"node": ">=4" "node": ">=4"
}, },
"scripts": { "scripts": {
"test": "xo && tsc -p types && nyc mocha", "test": "xo && tsc --project types && nyc mocha",
"bench": "matcha benchmark.js", "bench": "matcha benchmark.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls" "coveralls": "nyc report --reporter=text-lcov | coveralls"
}, },
"files": [ "files": [
"index.js", "index.js",
"templates.js" "templates.js",
"types/index.d.ts"
], ],
"keywords": [ "keywords": [
"color", "color",
@ -54,7 +55,7 @@
"typescript": "^2.4.1", "typescript": "^2.4.1",
"xo": "*" "xo": "*"
}, },
"types": "./types/index.d.ts", "types": "types/index.d.ts",
"xo": { "xo": {
"envs": [ "envs": [
"node", "node",