Skip to content

Commit

Permalink
Add more package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed May 12, 2024
1 parent 5acaf1b commit c6596a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"default": "./build/js/intlTelInputWithUtils.js"
},
"./data": "./build/js/data.js",
"./utils": "./build/js/utils.js",
"./react": {
"types": "./react/build/IntlTelInput.d.ts",
"require": "./react/build/IntlTelInput.cjs",
Expand All @@ -115,6 +116,7 @@
"require": "./react/build/IntlTelInputWithUtils.cjs",
"default": "./react/build/IntlTelInputWithUtils.js"
},
"./i18n": "./build/js/i18n/index.js",
"./i18n/*": "./build/js/i18n/*/index.js",
"./*": "./*"
},
Expand Down

0 comments on commit c6596a1

Please sign in to comment.