Skip to content

Commit dc82cc0

Browse files
committed
Fix files field in package.json to include TS definitions; bump version
1 parent cc857f2 commit dc82cc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "colors",
33
"description": "get colors in your node.js console",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": "Marak Squires",
66
"homepage": "https://github.com/Marak/colors.js",
77
"bugs": "https://github.com/Marak/colors.js/issues",
@@ -23,6 +23,8 @@
2323
"lib",
2424
"LICENSE",
2525
"safe.js",
26-
"themes"
26+
"themes",
27+
"index.d.ts",
28+
"safe.d.ts"
2729
]
2830
}

0 commit comments

Comments
 (0)