Skip to content

Commit

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

0 comments on commit f4a4a0f

Please sign in to comment.