Update package.json
This commit is contained in:
parent
26b6a2afb5
commit
c2e3bf0756
1 changed files with 4 additions and 3 deletions
|
|
@ -8,13 +8,14 @@
|
|||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && tsc -p types && nyc mocha",
|
||||
"test": "xo && tsc --project types && nyc mocha",
|
||||
"bench": "matcha benchmark.js",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"templates.js"
|
||||
"templates.js",
|
||||
"types/index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"color",
|
||||
|
|
@ -54,7 +55,7 @@
|
|||
"typescript": "^2.4.1",
|
||||
"xo": "*"
|
||||
},
|
||||
"types": "./types/index.d.ts",
|
||||
"types": "types/index.d.ts",
|
||||
"xo": {
|
||||
"envs": [
|
||||
"node",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue