update to work with Yjs@13.0.0-82
This commit is contained in:
13
package.json
13
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user