Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev authored Nov 1, 2023
1 parent f4a4a0f commit 7a5b8e3
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 @@ -23,7 +23,7 @@
"default": "./esm/index.mjs"
},
"module": {
"types": "./index.d.ts",
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
},
"default": {
Expand All @@ -37,7 +37,7 @@
"default": "./esm/*.mjs"
},
"module": {
"types": "./*.d.ts",
"types": "./esm/*.d.ts",
"default": "./esm/*.js"
},
"default": {
Expand Down

0 comments on commit 7a5b8e3

Please sign in to comment.