update package.json

This commit is contained in:
Kevin Jahns 2015-05-07 12:53:08 +02:00
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

View file

@ -114,7 +114,7 @@ if(window !== undefined){
if(window.Y !== undefined){
window.Y.WebRTC = WebRTC;
} 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){

View file

@ -2,7 +2,7 @@
"name": "y-webrtc",
"version": "0.5.0",
"description": "WebRTC Connector for Yjs",
"main": "y-webrtc.js",
"main": "./build/node/y-webrtc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long