Skip to content

Commit 1eb7821

Browse files
committed
export fix
1 parent a218b02 commit 1eb7821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0-beta-1",
2+
"version": "4.0.0-beta-2",
33
"description": "Sendbird SDK for JavaScript",
44
"name": "@sendbird/chat",
55
"author": "Sendbird <support@sendbird.com>",
@@ -20,6 +20,7 @@
2020
"main": "bundles/sendbird.js",
2121
"types": "types/index.d.ts",
2222
"exports": {
23+
".": "./bundles/sendbird.js",
2324
"./message": "./bundles/message.js",
2425
"./groupChannel": "./bundles/groupChannel.js",
2526
"./openChannel": "./bundles/openChannel.js"

0 commit comments

Comments
 (0)