From 56902d63eb3c84dc1b2ae1254b717348252f5276 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 20 Sep 2016 19:28:24 +0200 Subject: [PATCH] Release 8.0.5 --- dist | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist b/dist index 149b3dc..dd66c6a 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 149b3dc56e208f89d9fb954726d0abb108791a93 +Subproject commit dd66c6ada0860870b9e86c241225b6aa9f6140b7 diff --git a/package.json b/package.json index 7eccf52..a240b77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "y-webrtc", - "version": "8.0.4", + "version": "8.0.5", "description": "WebRTC Connector for Yjs", "main": "./src/WebRTC.js", "scripts": { @@ -39,9 +39,10 @@ }, "homepage": "http://y-js.org", "dependencies": { - "simplewebrtc": "^1.19.1" + "simplewebrtc": "^1.18.0" }, "devDependencies": { + "gulp-uglify": "^2.0.0", "babel-eslint": "^4.1.2", "babel-plugin-transform-runtime": "^6.1.18", "babel-preset-es2015": "^6.1.18", @@ -63,7 +64,6 @@ "gulp-shell": "^0.5.1", "gulp-sourcemaps": "^1.5.2", "gulp-tag-version": "^1.3.0", - "gulp-uglify": "^1.4.1", "gulp-util": "^3.0.6", "gulp-watch": "^4.3.5", "minimist": "^1.2.0", @@ -75,6 +75,6 @@ "vinyl-source-stream": "^1.1.0" }, "peerDependencies": { - "yjs": "^9.0.0 || ^10.0.0 || ^11.0.0" + "yjs": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" } }