added peer dependencies, upgraded version to major (new versioning scheme)

This commit is contained in:
Kevin Jahns 2016-02-23 11:57:44 +01:00
parent 0ec249d388
commit 5036053d9c
3 changed files with 7 additions and 6 deletions

3
.gitignore vendored
View File

@ -11,4 +11,5 @@ build_test
/y.js
/y.js.map
/y-*
.vscode
.vscode
.jsconfig.json

2
dist

@ -1 +1 @@
Subproject commit 7b3693aff371ea3f1bb066dda33e935ce8c7edba
Subproject commit e165c5ee2a3365081cb3c154b31ebad21d357fb8

View File

@ -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",