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

Commit

Permalink
fix: add main to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 8, 2017
1 parent 9d2ac8a commit 7ff704c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "libp2p-websocket-star-rendezvous",
"version": "0.1.0",
"description": "The rendezvous service for libp2p-webrtc-star",
"main": "src/index.js",
"bin": {
"websockets-star": "src/rendezvous/bin.js"
},
Expand Down Expand Up @@ -60,4 +61,4 @@
"contributors": [
"David Dias <[email protected]>"
]
}
}

0 comments on commit 7ff704c

Please sign in to comment.