mirror of
https://github.com/flynx/colors.js.git
synced 2026-01-09 04:01:15 +00:00
Fix files field in package.json to include TS definitions; bump version
This commit is contained in:
parent
cc857f2977
commit
dc82cc01d0
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "colors",
|
"name": "colors",
|
||||||
"description": "get colors in your node.js console",
|
"description": "get colors in your node.js console",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"author": "Marak Squires",
|
"author": "Marak Squires",
|
||||||
"homepage": "https://github.com/Marak/colors.js",
|
"homepage": "https://github.com/Marak/colors.js",
|
||||||
"bugs": "https://github.com/Marak/colors.js/issues",
|
"bugs": "https://github.com/Marak/colors.js/issues",
|
||||||
@ -23,6 +23,8 @@
|
|||||||
"lib",
|
"lib",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"safe.js",
|
"safe.js",
|
||||||
"themes"
|
"themes",
|
||||||
|
"index.d.ts",
|
||||||
|
"safe.d.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user