publish v0.7.3

This commit is contained in:
Kevin Jahns
2016-01-09 21:07:04 +01:00
parent ab6a193ec6
commit 4cb0f2b5b9
6 changed files with 9 additions and 7 deletions

View File

@@ -7,10 +7,10 @@ Y({
name: 'memory'
},
connector: {
name: 'websockets-client',
name: 'webrtc',
room: 'richtext-example18',
debug: true
//url: 'http://127.0.0.1:1234'
//url: 'http://127.0.0.1:2345'
},
sourceDir: '/bower_components',
share: {

View File

@@ -9,6 +9,7 @@
"license": "MIT",
"ignore": [],
"dependencies": {
"yjs": "../"
"yjs": "../",
"y-webrtc": "~0.6.4"
}
}