Skip to content

Commit 81be840

Browse files
committed
Fix "types" in exports
1 parent f6a6a87 commit 81be840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"types": "./index.d.ts",
2727
"exports": {
2828
".": {
29+
"types": "./index.d.ts",
2930
"require": "./cjs/index.cjs",
30-
"import": "./src/index.js",
31-
"types": "./index.d.ts"
31+
"import": "./src/index.js"
3232
},
3333
"./dist/*": "./dist/*",
3434
"./package.json": "./package.json"

0 commit comments

Comments
 (0)