Skip to content

Commit

Permalink
chore: cleanup entry point of package (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 authored Mar 13, 2024
1 parent e889e9f commit 97d8351
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@
"url": "https://github.com/nix6839"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 97d8351

Please sign in to comment.