Skip to content

Commit

Permalink
Merge pull request #64 from mizdra/use-default-condition-export
Browse files Browse the repository at this point in the history
Use `default` condition for exports
  • Loading branch information
mizdra authored Dec 11, 2024
2 parents efe59f7 + c875c63 commit e9ece80
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 @@ -10,7 +10,7 @@
"private": false,
"exports": {
".": {
"import": {
"default": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
Expand Down

0 comments on commit e9ece80

Please # to comment.