We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63775f commit 3ce7df7Copy full SHA for 3ce7df7
package.json
@@ -32,6 +32,8 @@
32
"bugs": {
33
"url": "https://github.com/ReactTooltip/react-tooltip/issues"
34
},
35
+ "main": "dist/react-tooltip.min.cjs",
36
+ "module": "dist/react-tooltip.min.mjs",
37
"exports": {
38
".": {
39
"types": "./dist/react-tooltip.d.ts",
0 commit comments