mirror of
https://github.com/flynx/colors.js.git
synced 2025-11-03 21:40:11 +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",
|
||||
"description": "get colors in your node.js console",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": "Marak Squires",
|
||||
"homepage": "https://github.com/Marak/colors.js",
|
||||
"bugs": "https://github.com/Marak/colors.js/issues",
|
||||
@ -23,6 +23,8 @@
|
||||
"lib",
|
||||
"LICENSE",
|
||||
"safe.js",
|
||||
"themes"
|
||||
"themes",
|
||||
"index.d.ts",
|
||||
"safe.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user