Update package.json

This commit is contained in:
Sindre Sorhus 2017-07-02 14:55:29 +02:00 committed by calebboyd
parent f91b392932
commit 00efb6efd9

View file

@ -14,7 +14,8 @@
},
"files": [
"index.js",
"templates.js"
"templates.js",
"types/index.d.ts"
],
"keywords": [
"color",
@ -55,7 +56,7 @@
"typescript": "^2.4.1",
"xo": "*"
},
"types": "./types/index.d.ts",
"types": "types/index.d.ts",
"xo": {
"envs": [
"node",