added peer dependencies, upgraded version to major (new versioning scheme)
This commit is contained in:
parent
0ec249d388
commit
5036053d9c
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,4 +11,5 @@ build_test
|
||||
/y.js
|
||||
/y.js.map
|
||||
/y-*
|
||||
.vscode
|
||||
.vscode
|
||||
.jsconfig.json
|
2
dist
2
dist
@ -1 +1 @@
|
||||
Subproject commit 7b3693aff371ea3f1bb066dda33e935ce8c7edba
|
||||
Subproject commit e165c5ee2a3365081cb3c154b31ebad21d357fb8
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "0.8.28",
|
||||
"version": "9.0.0",
|
||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||
"main": "./src/y.js",
|
||||
"scripts": {
|
||||
@ -28,11 +28,11 @@
|
||||
"keywords": [
|
||||
"OT",
|
||||
"Operational Transformation",
|
||||
"collaboration",
|
||||
"synchronization",
|
||||
"Collaboration",
|
||||
"Synchronization",
|
||||
"ShareJs",
|
||||
"OpenCoweb",
|
||||
"concurrency"
|
||||
"Concurrency"
|
||||
],
|
||||
"author": "Kevin Jahns",
|
||||
"email": "kevin.jahns@rwth-aachen.de",
|
||||
|
Loading…
x
Reference in New Issue
Block a user