Skip to content

Commit 5f77e1e

Browse files
authored
fix: import paths in package.json (#7)
* fix: import paths in `package.json` * 0.0.8
1 parent ca8b58d commit 5f77e1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hackmd/y-socketio-redis",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Scalable Socket.IO provider for Yjs using redis",
55
"sideEffects": false,
66
"type": "module",
@@ -35,6 +35,10 @@
3535
".": {
3636
"import": "./dist/index.js",
3737
"default": "./dist/index.cjs"
38+
},
39+
"./client": {
40+
"import": "./dist/client/index.js",
41+
"default": "./dist/client/index.cjs"
3842
}
3943
},
4044
"repository": {

0 commit comments

Comments
 (0)