Skip to content

Commit

Permalink
fixed exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarHalees committed Dec 22, 2023
1 parent c46a69b commit 74a15e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
}
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./types": "./dist/types/index.js"
".": "./dist/index.js",
"./types": "./dist/index.d.ts"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
Expand Down

0 comments on commit 74a15e0

Please sign in to comment.