From d661bb6e45d81600cefcb557f49207d3c7110b5f Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 26 Jun 2018 18:02:14 +0200 Subject: [PATCH] chore: add lead maintainer (#75) * chore: add lead maintainer License: MIT Signed-off-by: Jacob Heun * Update package.json --- README.md | 4 ++++ package.json | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc78c95..8880af9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ > JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport interface +## Lead Maintainer + +[Jacob Heun](https://github.com/jacobheun) + ## Description `libp2p-websockets` is the WebSockets implementation compatible with libp2p. diff --git a/package.json b/package.json index b274175..fc2226f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-websockets", "version": "0.12.0", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", + "leadMaintainer": "Jacob Heun ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -29,7 +30,6 @@ "keywords": [ "IPFS" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/libp2p/js-libp2p-websockets/issues" @@ -49,7 +49,6 @@ "gulp": "^3.9.1", "interface-transport": "~0.3.6", "multiaddr": "^5.0.0", - "pre-commit": "^1.2.2", "pull-goodbye": "0.0.2", "pull-stream": "^3.6.7" },