Skip to content

Commit

Permalink
fix esm import.default
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Sep 2, 2023
1 parent 11ec681 commit accad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exports": {
".": {
"import": {
"default": "./dist-esm/index.js"
"default": "./dist-esm/source/index.js"
},
"require": {
"types": "./index.d.ts",
Expand Down

0 comments on commit accad9d

Please sign in to comment.