Skip to content

Commit

Permalink
Fix "types" in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 24, 2024
1 parent f6a6a87 commit 81be840
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 @@ -26,9 +26,9 @@
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./cjs/index.cjs",
"import": "./src/index.js",
"types": "./index.d.ts"
"import": "./src/index.js"
},
"./dist/*": "./dist/*",
"./package.json": "./package.json"
Expand Down

0 comments on commit 81be840

Please sign in to comment.