Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
docs: add lead-maintainer
Browse files Browse the repository at this point in the history
* docs: add lead-maintainer
  • Loading branch information
vasco-santos authored Jun 25, 2018
1 parent 544ab29 commit bb5b7c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ js-libp2p-mplex
[![](https://github.com/libp2p/interface-stream-muxer/raw/master/img/badge.png)](https://github.com/libp2p/interface-stream-muxer)

## Lead Maintainer

[Vasco Santos](https://github.com/vasco-santos).

## Usage

Let's define a `listener.js`, which starts a TCP server on port 9999 and waits for a connection. Once we get a connection, we wait for a stream. And finally, once we have the stream, we pull the data from that stream, and printing it to the console.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "libp2p-mplex",
"version": "0.8.0",
"description": "JavaScript implementation of https://github.com/libp2p/mplex",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -22,7 +23,6 @@
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-mplex/issues"
Expand All @@ -35,7 +35,6 @@
"interface-stream-muxer": "~0.5.9",
"libp2p-tcp": "~0.12.0",
"libp2p-websockets": "~0.12.0",
"pre-commit": "^1.2.2",
"pull-pair": "^1.1.0"
},
"dependencies": {
Expand Down

0 comments on commit bb5b7c0

Please sign in to comment.