Skip to content

Commit 858d35d

Browse files
committedJul 20, 2022
fix(pkg): use default export condition to avoid breaking change
changes from #89
1 parent a6e165a commit 858d35d

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
"exports": {
88
".": {
99
"types": "./dist/index.d.ts",
10-
"import": "./dist/index.mjs"
10+
"default": "./dist/index.mjs"
1111
}
1212
},
1313
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.