Skip to content

Commit

Permalink
add y-websocket bin entry (should be the proper name)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 21, 2022
1 parent 57fba26 commit 33c0021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"preversion": "npm run lint && npm run dist && test -e dist/src/y-websocket.d.ts && test -e dist/y-websocket.cjs"
},
"bin": {
"y-websocket-server": "./bin/server.js"
"y-websocket-server": "./bin/server.js",
"y-websocket": "./bin/server.js"
},
"files": [
"dist/*",
Expand Down

0 comments on commit 33c0021

Please sign in to comment.