From eba3d590cc395396b124ef60fb914528ae55e8e8 Mon Sep 17 00:00:00 2001 From: Kevin Jahns <kevin.jahns@rwth-aachen.de> Date: Tue, 20 Sep 2016 19:12:41 +0200 Subject: [PATCH] update doc --- README.md | 1 + package.json | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74c2a7e6..ed6d916e 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ The promise returns an instance of Y. We denote it with a lower case `y`. * The event property `oldValues`, and `values` contain a list of values (without wrapper) * Support for the [y-leveldb](https://github.com/y-js/y-leveldb) database adapter * [y-richtext](https://github.com/y-js/y-richtext) supports Quill@1.0.0-rc.2 +* Only the types are affected by this release. You have to upgrade y-array@10.0.0, y-map@10.0.0, y-richtext@9.0.0, and y-xml@10.0.0 ### 11.0.0 diff --git a/package.json b/package.json index d62c0f5c..0df7db78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yjs", "version": "11.2.5", - "description": "A framework for real-time p2p shared editing on arbitrary complex data types", + "description": "A framework for real-time p2p shared editing on any data", "main": "./src/y.js", "scripts": { "test": "node --harmony ./node_modules/.bin/gulp test", @@ -63,7 +63,6 @@ "gulp-shell": "^0.5.1", "gulp-sourcemaps": "^1.5.2", "gulp-tag-version": "^1.3.0", - "gulp-uglify": "1.4.*", "gulp-util": "^3.0.6", "gulp-watch": "^4.3.5", "minimist": "^1.2.0", @@ -74,6 +73,6 @@ "standard": "^5.2.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" - }, - "dependencies": {} + "gulp-uglify": "^2.0.0" + } } -- GitLab