Skip to content

Commit

Permalink
fix: import paths in package.json (#7)
Browse files Browse the repository at this point in the history
* fix: import paths in `package.json`

* 0.0.8
  • Loading branch information
EastSun5566 authored Oct 4, 2024
1 parent ca8b58d commit 5f77e1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackmd/y-socketio-redis",
"version": "0.0.7",
"version": "0.0.8",
"description": "Scalable Socket.IO provider for Yjs using redis",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -35,6 +35,10 @@
".": {
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"./client": {
"import": "./dist/client/index.js",
"default": "./dist/client/index.cjs"
}
},
"repository": {
Expand Down

0 comments on commit 5f77e1e

Please sign in to comment.