From 60318083a639fe240df83e9538194bacc556ce2a Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Fri, 9 Nov 2018 01:49:43 +0100 Subject: [PATCH] make websocket-server a binary and add bindings and provider to npm package --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed83bcea..4ad08758 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,13 @@ ".esdoc.json", "docs/*", "build/*", - "lib/*" + "lib/*", + "provider/*", + "bindings/*" ], + "bin": { + "y-websockets": "provider/websocket/server.js" + }, "standard": { "ignore": [ "/y.js",