make websocket-server a binary and add bindings and provider to npm package

This commit is contained in:
Kevin Jahns 2018-11-09 01:49:43 +01:00
parent 7607070452
commit 60318083a6

View File

@ -19,8 +19,13 @@
".esdoc.json", ".esdoc.json",
"docs/*", "docs/*",
"build/*", "build/*",
"lib/*" "lib/*",
"provider/*",
"bindings/*"
], ],
"bin": {
"y-websockets": "provider/websocket/server.js"
},
"standard": { "standard": {
"ignore": [ "ignore": [
"/y.js", "/y.js",