Skip to content

Commit 262cf18

Browse files
chore: update default export
1 parent e8f2410 commit 262cf18

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
@@ -20,7 +20,7 @@
2020
"exports": {
2121
".": {
2222
"types": "./dist/types.d.mts",
23-
"import": "./dist/module.mjs"
23+
"default": "./dist/module.mjs"
2424
}
2525
},
2626
"main": "./dist/module.mjs",

0 commit comments

Comments
 (0)