Skip to content

Commit

Permalink
Apply publit recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Oct 28, 2023
1 parent ee74322 commit cdb7d50
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"module": {
"types": "./index.d.ts",
"default": "./esm/index.js"
},
"import": {
"types": "./esm/index.d.mts",
"default": "./esm/index.mjs"
},
"module": "./esm/index.js",
"default": "./index.js"
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./*": {
"types": "./*.d.ts",
Expand Down

0 comments on commit cdb7d50

Please sign in to comment.