From 5036053d9cd45ceb3f058a40550a69d4fa39653f Mon Sep 17 00:00:00 2001 From: Kevin Jahns <kevin.jahns@rwth-aachen.de> Date: Tue, 23 Feb 2016 11:57:44 +0100 Subject: [PATCH] added peer dependencies, upgraded version to major (new versioning scheme) --- .gitignore | 3 ++- dist | 2 +- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 13da2938..e667be60 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ build_test /y.js /y.js.map /y-* -.vscode \ No newline at end of file +.vscode +.jsconfig.json \ No newline at end of file diff --git a/dist b/dist index 7b3693af..e165c5ee 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 7b3693aff371ea3f1bb066dda33e935ce8c7edba +Subproject commit e165c5ee2a3365081cb3c154b31ebad21d357fb8 diff --git a/package.json b/package.json index 692b6586..3f652dbd 100644 --- a/package.json +++ b/package.json @@ -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", -- GitLab