Skip to content

Commit

Permalink
fix: Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aerotoad committed Jul 28, 2023
1 parent ca51cb5 commit 71a55cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit 71a55cd

Please sign in to comment.