make websocket-server a binary and add bindings and provider to npm package
This commit is contained in:
parent
7607070452
commit
60318083a6
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user