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 582209e commit 742dfebCopy full SHA for 742dfeb
.changes/exports.md
@@ -0,0 +1,5 @@
1
+---
2
+"@matechat/react": patch:fix
3
4
+
5
+Fix matechat component exports.
package.json
@@ -22,10 +22,10 @@
22
],
23
"main": "./dist/index.js",
24
"module": "./dist/index.js",
25
- "types": "./dist/index.d.ts",
+ "types": "./dist/*.d.ts",
26
"exports": {
27
".": "./dist/index.js",
28
- "./package.json": "./package.json"
+ "./*": "./dist/*.js"
29
},
30
"publishConfig": {
31
"access": "public"
0 commit comments