diff --git a/dist b/dist index 15a472df..ff006c92 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 15a472df44c95844df894006919193186b80004d +Subproject commit ff006c92d70c0afca6c7dde3aa72b176b1b3ec0b diff --git a/package.json b/package.json index 25182b31..a1152759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.7.6", + "version": "0.7.7", "description": "A framework for real-time p2p shared editing on arbitrary complex data types", "main": "./src/y.js", "scripts": { @@ -71,9 +71,8 @@ "run-sequence": "^1.1.4", "standard": "^5.2.2", "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0" - }, - "dependencies": { + "vinyl-source-stream": "^1.1.0", "babel-eslint": "^5.0.0-beta6" - } + }, + "dependencies": {} }