Skip to content

Commit

Permalink
fix: broken ES export paths (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterT2000 authored Sep 23, 2024
1 parent 0f353c8 commit 26afa00
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 @@ -20,12 +20,12 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.es.js",
"import": "./dist/index.js",
"require": "./dist/index.cjs.js"
}
},
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit 26afa00

Please sign in to comment.