We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5510757 commit 47045ebCopy full SHA for 47045eb
1 file changed
packages/react-use-intercom/package.json
@@ -22,14 +22,13 @@
22
],
23
"exports": {
24
".": {
25
- "browser": "./dist/index.js",
26
- "require": {
27
- "types": "./dist/index.d.cts",
28
- "default": "./dist/index.cjs"
29
- },
30
"import": {
31
"types": "./dist/index.d.ts",
32
"default": "./dist/index.js"
+ },
+ "require": {
+ "types": "./dist/index.d.cts",
+ "default": "./dist/index.cjs"
33
}
34
35
},
@@ -95,4 +94,4 @@
95
94
"tsup": "^8.3.6",
96
"typescript": "^5.7.3"
97
98
-}
+}
0 commit comments