chore: add lead maintainer

This commit is contained in:
Jacob Heun 2018-11-09 16:08:48 +01:00 committed by David Dias
parent af8dd54bc9
commit 9fe803f271
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ Publishing a test suite as a module lets multiple modules all ensure compatibili
The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks.
## Lead Maintainer
[Jacob Heun](https://github.com/jacobheun/)
## Modules that implement the interface
- [JavaScript libp2p-spdy](https://github.com/libp2p/js-libp2p-spdy)

View File

@ -2,6 +2,7 @@
"name": "interface-stream-muxer",
"version": "0.5.9",
"description": "A test suite and interface you can use to implement a stream muxer.",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
"browser": {
"libp2p-tcp": false
@ -26,7 +27,6 @@
"Muxer",
"Interface"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/interface-stream-muxer/issues"