Skip to content

Commit

Permalink
Merge pull request #138 from Gunichi/main
Browse files Browse the repository at this point in the history
Update exports in package.json
  • Loading branch information
jeanverster authored Sep 25, 2023
2 parents 1a64f9f + 8b59f2e commit 9ca9908
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chakra-ui-steps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"module": "./dist/chakra-ui-steps.mjs",
"exports": {
".": {
"import": "./dist/chakra-ui-steps.mjs",
"require": "./dist/chakra-ui-steps.umd.cjs"
"import": {
"default": "./dist/chakra-ui-steps.mjs",
"types": "./dist/index.d.ts"
},
"require": "./dist/chakra-ui-steps.umd.js"
}
},
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9ca9908

Please sign in to comment.