Skip to content

Commit

Permalink
fix: fix package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 1, 2024
1 parent ab753f0 commit 17d9c4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
},
"scripts": {
"clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
Expand Down

0 comments on commit 17d9c4a

Please sign in to comment.