Skip to content

Commit 6830844

Browse files
committed
Fix: type export
1 parent 9cf79e5 commit 6830844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"exports": {
1111
".": "./dist/index.js",
1212
"./styles": "./dist/index.css",
13-
"./types": "./dist/types/ind2344ex.d.ts"
13+
"./types": "./dist/types/index.d.ts"
1414
},
1515
"scripts": {
1616
"build": "bun run ./esbuild.config.js",

0 commit comments

Comments
 (0)