Skip to content

Commit

Permalink
fix: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Nov 29, 2024
1 parent 525a8ca commit e9e9a14
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./src": {
"require": "./src/index.ts",
"import": "./src/index.ts",
"types": "./src/index.ts"
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"bin/",
"dist/"
],
"scripts": {
Expand Down

0 comments on commit e9e9a14

Please sign in to comment.