Fix files field in package.json to include TS definitions; bump version

This commit is contained in:
DABH 2018-03-11 22:51:05 -07:00
parent cc857f2977
commit dc82cc01d0

View File

@ -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"
]
}