From f0e323154ef6665fec46a9d2cb83b98a75682cf9 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 25 Jun 2018 12:25:39 +0100 Subject: [PATCH] docs: 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 6599cd2c..86ce2ee1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ > libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star +## Lead Maintainer + +[Vasco Santos](https://github.com/vasco-santos). + ## Description `libp2p-webrtc-star` is one of the WebRTC transports available for libp2p. `libp2p-webrtc-star` incorporates both a transport and a discovery service that is facilitated by the signalling server, also part of this module. diff --git a/package.json b/package.json index a962431d..5257320c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-webrtc-star", "version": "0.15.3", "description": "libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star", + "leadMaintainer": "Vasco Santos ", "main": "src/index.js", "bin": { "webrtc-star": "src/sig-server/bin.js", @@ -39,7 +40,6 @@ "IPFS", "libp2p" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/libp2p/js-libp2p-webrtc-star/issues"