Release 8.0.5

This commit is contained in:
Kevin Jahns 2016-09-20 19:28:24 +02:00
parent ff939f1243
commit 56902d63eb
2 changed files with 5 additions and 5 deletions

2
dist

@ -1 +1 @@
Subproject commit 149b3dc56e208f89d9fb954726d0abb108791a93
Subproject commit dd66c6ada0860870b9e86c241225b6aa9f6140b7

View file

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