Release 8.0.2

This commit is contained in:
Kevin Jahns 2016-03-23 15:09:54 +01:00
parent 42f1b9e9b3
commit 61b4276d4f
2 changed files with 5 additions and 2 deletions

2
dist

@ -1 +1 @@
Subproject commit d5a78219a5b3f76509a656928d349c41ae47de52
Subproject commit 6a90e2a5b7977f2973016f5e6ad2b0306bc1d001

View file

@ -1,6 +1,6 @@
{
"name": "y-webrtc",
"version": "8.0.1",
"version": "8.0.2",
"description": "WebRTC Connector for Yjs",
"main": "./src/WebRTC.js",
"scripts": {
@ -72,5 +72,8 @@
"standard": "^5.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"yjs": "^9.0.0 || ^10.0.0"
}
}