From a33d0bf7bc36a57da1b425f4b4b3cd865694cb1b Mon Sep 17 00:00:00 2001
From: Kevin Jahns <kevin.jahns@rwth-aachen.de>
Date: Mon, 11 Jan 2016 15:48:10 +0100
Subject: [PATCH] Release 0.7.6

---
 dist         | 2 +-
 package.json | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

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": {}
 }