From dc82cc01d00df2f1cdcf90cba699a5a61da70446 Mon Sep 17 00:00:00 2001 From: DABH Date: Sun, 11 Mar 2018 22:51:05 -0700 Subject: [PATCH] Fix files field in package.json to include TS definitions; bump version --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e26e29d..a24614a 100644 --- a/package.json +++ b/package.json @@ -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" ] }