Skip to content

Commit

Permalink
fix: export alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabubx7 committed Oct 15, 2024
1 parent 2063db4 commit 322c293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
],
"exports": {
".": {
"import": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"require": "./dist/lib/index.cjs"
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
}
},
"tsup": {
Expand Down

0 comments on commit 322c293

Please sign in to comment.