Skip to content

Commit 5a5f1d3

Browse files
committed
Fixed type definitions in color-utils
1 parent 45d5526 commit 5a5f1d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/color-utils/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"unpkg": "umd/color-utils.min.js",
1010
"module": "es/color-utils.js",
1111
"source": "src/color-utils.ts",
12+
"types": "types/color-utils.d.ts",
1213
"scripts": {
1314
"dev": "echo \"Implement me!\"",
1415
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
@@ -23,7 +24,8 @@
2324
"cjs/",
2425
"src/",
2526
"umd/",
26-
"es/"
27+
"es/",
28+
"types/"
2729
],
2830
"publishConfig": {
2931
"access": "public"

0 commit comments

Comments
 (0)