Skip to content

Commit efc7622

Browse files
committed
Fix esm exports path
1 parent 1b8ae00 commit efc7622

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
@@ -18,7 +18,7 @@
1818
},
1919
"import": {
2020
"types": "./dist/index.d.ts",
21-
"default": "./dist/index.ts"
21+
"default": "./dist/index.js"
2222
}
2323
},
2424
"engines": {

0 commit comments

Comments
 (0)