update to work with Yjs@13.0.0-82

This commit is contained in:
Kevin Jahns
2019-05-07 14:07:40 +02:00
parent 8fcaca933d
commit e8647afafc
5 changed files with 73 additions and 73 deletions

View File

@@ -7,7 +7,7 @@
"sideEffects": false,
"scripts": {
"start": "node ./bin/server.js",
"dist": "rm -rf dist/* && rollup -c",
"dist": "rm -rf dist && rollup -c",
"test": "echo 'should lint here'",
"lint": "standard",
"preversion": "npm run test",
@@ -18,7 +18,8 @@
},
"files": [
"dist/*",
"bin/*"
"bin/*",
"src/*"
],
"repository": {
"type": "git",
@@ -34,17 +35,17 @@
},
"homepage": "https://github.com/y-js/y-websocket#readme",
"dependencies": {
"y-protocols": "0.0.3"
"y-protocols": "0.0.5",
"lib0": "0.0.4"
},
"devDependencies": {
"rollup": "^1.1.2",
"rollup-cli": "^1.0.9",
"standard": "^12.0.1",
"yjs": "13.0.0-81"
"yjs": "13.0.0-82"
},
"peerDependenies": {
"lib0": "*",
"yjs": "13.0.0-81"
"yjs": "13.0.0-82"
},
"optionalDependencies": {
"ws": "^6.2.1"