Skip to content

Commit

Permalink
fix(pkg): use default export condition to avoid breaking change
Browse files Browse the repository at this point in the history
changes from #89
  • Loading branch information
pi0 committed Jul 20, 2022
1 parent a6e165a commit 858d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
"default": "./dist/index.mjs"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 858d35d

Please sign in to comment.