Release 0.7.1
This commit is contained in:
parent
400ca4a3ef
commit
18ccf7134d
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "y-webrtc",
|
"name": "y-webrtc",
|
||||||
"main": "y-webrtc.js",
|
"main": "y-webrtc.js",
|
||||||
"version": "0.5.0",
|
"version": "0.7.2",
|
||||||
"homepage": "http://y-js.org",
|
"homepage": "http://y-js.org",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||||
|
|
2
dist
2
dist
|
@ -1 +1 @@
|
||||||
Subproject commit b79dfec473c15fec4e200291a6b692c1de2aa49f
|
Subproject commit bdfd830cb9e8c164c1fd8264b849d91643695d50
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "y-webrtc",
|
"name": "y-webrtc",
|
||||||
"version": "0.6.3",
|
"version": "0.7.2",
|
||||||
"description": "WebRTC Connector for Yjs",
|
"description": "WebRTC Connector for Yjs",
|
||||||
"main": "./build/node/y-webrtc.js",
|
"main": "./src/WebRTC.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node --harmony ./node_modules/.bin/gulp test",
|
"test": "node --harmony ./node_modules/.bin/gulp test",
|
||||||
"lint": "./node_modules/.bin/standard",
|
"lint": "./node_modules/.bin/standard",
|
||||||
|
|
Loading…
Reference in a new issue