Update package.json
This commit is contained in:
parent
f91b392932
commit
00efb6efd9
1 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue