Skip to content

Commit

Permalink
fix(build): add default exports definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSzewczyk committed Dec 25, 2024
1 parent 12f8cc2 commit 6ac259f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 6ac259f

Please sign in to comment.