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
|
||||||
/y.js.map
|
/y.js.map
|
||||||
/y-*
|
/y-*
|
||||||
.vscode
|
.vscode
|
||||||
|
.jsconfig.json
|
2
dist
2
dist
@ -1 +1 @@
|
|||||||
Subproject commit 7b3693aff371ea3f1bb066dda33e935ce8c7edba
|
Subproject commit e165c5ee2a3365081cb3c154b31ebad21d357fb8
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.8.28",
|
"version": "9.0.0",
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||||
"main": "./src/y.js",
|
"main": "./src/y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -28,11 +28,11 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"OT",
|
"OT",
|
||||||
"Operational Transformation",
|
"Operational Transformation",
|
||||||
"collaboration",
|
"Collaboration",
|
||||||
"synchronization",
|
"Synchronization",
|
||||||
"ShareJs",
|
"ShareJs",
|
||||||
"OpenCoweb",
|
"OpenCoweb",
|
||||||
"concurrency"
|
"Concurrency"
|
||||||
],
|
],
|
||||||
"author": "Kevin Jahns",
|
"author": "Kevin Jahns",
|
||||||
"email": "kevin.jahns@rwth-aachen.de",
|
"email": "kevin.jahns@rwth-aachen.de",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user