Skip to content

Commit 162abfc

Browse files
author
tuhana
authored
fix(npm): export types for ESM (#52)
1 parent b6fe8a2 commit 162abfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"exports": {
88
".": {
99
"require": "./dist/index.cjs",
10-
"import": "./dist/index.mjs"
10+
"import": "./dist/index.mjs",
11+
"types": "./index.d.ts"
1112
},
1213
"./style": "./css/catppuccin.css",
1314
"./scss/*": "./scss/*",

0 commit comments

Comments
 (0)