Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Review of WebSocket Star #16

Merged
merged 12 commits into from
Sep 11, 2017
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "libp2p-webrtc-star without webrtc. Just plain socket.io.",
"main": "src/index.js",
"bin": {
"websockets-star": "src/rendezvous/bin.js",
"websockets-star": "src/rendezvous/bin.js"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about #11 ?

Copy link
Member Author

@daviddias daviddias Sep 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

answered in the issue #11 (comment)

},
"scripts": {
"rendezvous": "node sig-server/src/bin.js",
"lint": "gulp lint",
"build": "gulp build",
"test": "gulp test --dom",
"test": "gulp test",
"test:node": "gulp test:node",
"test:browser": "gulp test:browser",
"test:dns": "REMOTE_DNS=1 gulp test",
Expand Down