Skip to content

Commit 0b0d90c

Browse files
committedFeb 26, 2025·
chore: update exports field
1 parent a529613 commit 0b0d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"exports": {
99
"types": "./dist/index.d.mts",
10-
"import": "./dist/index.mjs"
10+
"default": "./dist/index.mjs"
1111
},
1212
"types": "./dist/index.d.mts",
1313
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.