Skip to content

Commit

Permalink
fix: remove exports from package.json to fix type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
JDIZM committed May 6, 2024
1 parent 296a9cc commit 247c2d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
"files": [
"dist"
],
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.esm.js"
},
"engines": {
"node": "^18.0.0 || >= 20.0.0"
},
Expand Down

0 comments on commit 247c2d1

Please sign in to comment.