Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 4332006

Browse files
committed
fix: fix exports map
1 parent 2ef5f5c commit 4332006

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
@@ -50,7 +50,7 @@
5050
"exports": {
5151
".": {
5252
"types": "./dist/src/index.d.ts",
53-
"import": "./src/index.js"
53+
"import": "./dist/src/index.js"
5454
}
5555
},
5656
"eslintConfig": {

0 commit comments

Comments
 (0)