Skip to content

Commit

Permalink
🐛 fix incorrect exports definition
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Dec 19, 2024
1 parent fd4246d commit 62bda8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
],
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js",
"global": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./global": {
"types": "./global.d.ts",
"default": "./global.js"
}
Expand Down

0 comments on commit 62bda8e

Please sign in to comment.