Skip to content

Commit

Permalink
🔥 hotfix: Fix CommonJS for the package.json (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer authored May 22, 2024
1 parent 3a60af6 commit 10d9319
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 @@ -5,11 +5,11 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"main": "./dist/index.umd.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 10d9319

Please sign in to comment.