Skip to content

Commit

Permalink
correct minified export paths
Browse files Browse the repository at this point in the history
Fix: #334
  • Loading branch information
isaacs committed Apr 25, 2024
1 parent dd867e6 commit 4a2eca1
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 @@ -35,8 +35,8 @@
".": "./src/index.ts",
"./min": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.min.js"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.min.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
Expand Down

0 comments on commit 4a2eca1

Please sign in to comment.