Skip to content

Commit

Permalink
fix: add missed main and module informations into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion authored and gabrieljablonski committed Apr 10, 2023
1 parent b63775f commit 3ce7df7
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 @@ -32,6 +32,8 @@
"bugs": {
"url": "https://github.com/ReactTooltip/react-tooltip/issues"
},
"main": "dist/react-tooltip.min.cjs",
"module": "dist/react-tooltip.min.mjs",
"exports": {
".": {
"types": "./dist/react-tooltip.d.ts",
Expand Down

0 comments on commit 3ce7df7

Please sign in to comment.