Skip to content

Commit

Permalink
chore: update exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Jul 20, 2024
1 parent 0869dee commit d147783
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 @@ -40,7 +40,8 @@
},
"exports": {
"./*": {
"default": "./*.mjs",
"import": "./*.mjs",
"require": "./*.cjs",
"types": "./*.d.ts"
}
},
Expand Down

0 comments on commit d147783

Please sign in to comment.