Skip to content

Commit af2fb05

Browse files
committed
fix: add missed main and module informations into package.json
1 parent 4da3a39 commit af2fb05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
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)