Skip to content

Commit

Permalink
Merge pull request #45 from AlexanderZeilmann/main
Browse files Browse the repository at this point in the history
Fix #44
  • Loading branch information
euberdeveloper authored Jun 20, 2024
2 parents 1d94a03 + eaa5acc commit 1cf9d85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"exports": {
".": {
"require": {
"default": "./bundled/lib/commonjs/index.js",
"types": "./bundled/lib/commonjs/index.d.ts"
"types": "./bundled/lib/commonjs/index.d.ts",
"default": "./bundled/lib/commonjs/index.js"
},
"import": {
"default": "./bundled/lib/esm/index.esm.js",
"types": "./bundled/lib/esm/index.d.ts"
"types": "./bundled/lib/esm/index.d.ts",
"default": "./bundled/lib/esm/index.esm.js"
}
}
},
Expand Down

0 comments on commit 1cf9d85

Please sign in to comment.