Skip to content

Commit

Permalink
fix: breaking changes in package.json export
Browse files Browse the repository at this point in the history
  • Loading branch information
kierianlee committed Dec 28, 2023
1 parent 7f9d929 commit 1a5da18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
Expand Down

0 comments on commit 1a5da18

Please # to comment.