Skip to content

Commit

Permalink
fix: update package exports (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 authored Jul 26, 2022
1 parent 344383c commit 1f9412d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"default": "./esm/index.js"
},
"./*": {
"module": "./esm/*/index.js",
"require": "./*/index.js",
"default": "./esm/*/index.js"
"module": "./esm/*",
"require": "./*",
"default": "./esm/*"
}
},
"types": "./index.d.ts",
Expand Down

0 comments on commit 1f9412d

Please sign in to comment.