From 9fe803f2715df9eee23a872a1090e82005ad5f14 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 9 Nov 2018 16:08:48 +0100 Subject: [PATCH] chore: add lead maintainer --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2f138..b00f726 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index ae59561..961330e 100644 --- a/package.json +++ b/package.json @@ -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 ", "main": "src/index.js", "browser": { "libp2p-tcp": false @@ -26,7 +27,6 @@ "Muxer", "Interface" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/libp2p/interface-stream-muxer/issues"