update package.json
This commit is contained in:
parent
0d55878882
commit
664aae71c2
6 changed files with 7096 additions and 3134 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -114,7 +114,7 @@ if(window !== undefined){
|
||||||
if(window.Y !== undefined){
|
if(window.Y !== undefined){
|
||||||
window.Y.WebRTC = WebRTC;
|
window.Y.WebRTC = WebRTC;
|
||||||
} else {
|
} else {
|
||||||
console.err("You must first include Y, and then the WebRTC Connector!")
|
console.err("You must first include Y, and then the WebRTC Connector!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(module !== undefined){
|
if(module !== undefined){
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "y-webrtc",
|
"name": "y-webrtc",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"description": "WebRTC Connector for Yjs",
|
"description": "WebRTC Connector for Yjs",
|
||||||
"main": "y-webrtc.js",
|
"main": "./build/node/y-webrtc.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
File diff suppressed because one or more lines are too long
13
y-webrtc.js
13
y-webrtc.js
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue