add bin to package.json files

This commit is contained in:
Kevin Jahns 2019-04-26 20:08:14 +02:00
parent cb50b2fbcf
commit 9b2451dcb7

View File

@ -17,7 +17,8 @@
"y-websocket-server": "./bin/server.js" "y-websocket-server": "./bin/server.js"
}, },
"files": [ "files": [
"dist/*" "dist/*",
"bin/*"
], ],
"repository": { "repository": {
"type": "git", "type": "git",