Skip to content

Commit 3ce7df7

Browse files
danielbariongabrieljablonski
authored andcommitted
fix: add missed main and module informations into package.json
1 parent b63775f commit 3ce7df7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"bugs": {
3333
"url": "https://github.com/ReactTooltip/react-tooltip/issues"
3434
},
35+
"main": "dist/react-tooltip.min.cjs",
36+
"module": "dist/react-tooltip.min.mjs",
3537
"exports": {
3638
".": {
3739
"types": "./dist/react-tooltip.d.ts",

0 commit comments

Comments
 (0)