Skip to content

Commit

Permalink
Merge pull request #31 from selemondev/chore/import-paths-hierarchy
Browse files Browse the repository at this point in the history
chore: import paths hierarchy
  • Loading branch information
selemondev authored Sep 2, 2024
2 parents 9aad744 + 47e186b commit f0c2285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": "./dist/index.js"
}
},
"bin": {
Expand Down

0 comments on commit f0c2285

Please sign in to comment.