Skip to content

Commit 4a2eca1

Browse files
committed
correct minified export paths
Fix: #334
1 parent dd867e6 commit 4a2eca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
".": "./src/index.ts",
3636
"./min": {
3737
"import": {
38-
"types": "./dist/mjs/index.d.ts",
39-
"default": "./dist/mjs/index.min.js"
38+
"types": "./dist/esm/index.d.ts",
39+
"default": "./dist/esm/index.min.js"
4040
},
4141
"require": {
4242
"types": "./dist/commonjs/index.d.ts",

0 commit comments

Comments
 (0)