Skip to content

Commit

Permalink
add: ESM exports package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Dec 7, 2020
1 parent a051acb commit 0034683
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-timezone-select",
"version": "0.9.8",
"version": "0.9.9",
"description": "Usable, dynamic React Timezone Select",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,10 @@
"dist/*"
],
"license": "MIT",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"peerDependencies": {
"react": "^16.10.2",
"react-dom": "^16.10.2"
Expand Down

0 comments on commit 0034683

Please # to comment.