Skip to content

Commit

Permalink
chore: remove cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Nov 2, 2023
1 parent c62cd49 commit 8a272d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.cjs",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 8a272d4

Please sign in to comment.