Skip to content

Commit

Permalink
chore: update package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Feb 27, 2024
1 parent 74dc767 commit 1b055c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions votes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"version": "2.2.2",
Expand Down

0 comments on commit 1b055c4

Please sign in to comment.