This commit is contained in:
Thomas Sauer 2017-07-23 20:13:59 +00:00 committed by GitHub
commit e3e021d788
4 changed files with 141 additions and 2 deletions

View file

@ -8,13 +8,14 @@
"node": ">=4"
},
"scripts": {
"test": "xo && 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",
@ -52,8 +53,10 @@
"mocha": "*",
"nyc": "^11.0.2",
"resolve-from": "^3.0.0",
"typescript": "^2.4.1",
"xo": "*"
},
"types": "types/index.d.ts",
"xo": {
"envs": [
"node",