added peer dependencies, upgraded version to major (new versioning scheme)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ build_test
|
|||||||
/y.js.map
|
/y.js.map
|
||||||
/y-*
|
/y-*
|
||||||
.vscode
|
.vscode
|
||||||
|
.jsconfig.json
|
||||||
2
dist
2
dist
Submodule dist updated: 7b3693aff3...e165c5ee2a
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user