Compare commits

..

2 Commits

Author SHA1 Message Date
Kevin Jahns
d67a794e2c 13.0.0-71 2018-11-09 01:49:59 +01:00
Kevin Jahns
60318083a6 make websocket-server a binary and add bindings and provider to npm package 2018-11-09 01:49:43 +01:00
2 changed files with 8 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "13.0.0-70", "version": "13.0.0-71",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "13.0.0-70", "version": "13.0.0-71",
"description": "A framework for real-time p2p shared editing on any data", "description": "A framework for real-time p2p shared editing on any data",
"main": "./build/node/index.js", "main": "./build/node/index.js",
"module": "./src/index.js", "module": "./src/index.js",
@@ -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",