Skip to content

Commit

Permalink
change start script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 6, 2019
1 parent 649cee5 commit 75f7b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./src/y-webrtc.js",
"sideEffects": false,
"scripts": {
"now-start": "node ./bin/server.js",
"start": "node ./bin/server.js",
"dist": "rm -rf dist && rollup -c",
"lint": "standard",
"preversion": "npm run lint && npm run dist"
Expand Down
2 changes: 1 addition & 1 deletion src/y-webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export class WebrtcProvider extends Observable {
* @param {Object} [opts]
* @param {Array<string>} [opts.signalling]
*/
constructor (room, doc, { signalling = ['wss://y-webrtc-daliwjiawr.now.sh', 'wss://y-webrtc-lcymcvajue.now.sh'] } = {}) {
constructor (room, doc, { signalling = ['wss://y-webrtc-hrxsloqrim.now.sh'] } = {}) {
super()
this.room = room
this.doc = doc
Expand Down

0 comments on commit 75f7b4d

Please sign in to comment.