diff --git a/README.md b/README.md index 2804b16..fe041d8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ > JavaScript implementation of the TCP module for libp2p. It exposes the [interface-transport](https://github.com/libp2p/interface-connection) for dial/listen. `libp2p-tcp` is a very thin shim that adds support for dialing to a `multiaddr`. This small shim will enable libp2p to use other different transports. +## Lead Maintainer + +[Jacob Heun](https://github.com/jacobheun) + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index d2728f6..da8bd0e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-tcp", "version": "0.12.0", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", + "leadMaintainer": "Jacob Heun ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -23,7 +24,6 @@ "keywords": [ "IPFS" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/libp2p/js-libp2p-tcp/issues" @@ -39,7 +39,6 @@ "dirty-chai": "^2.0.1", "interface-transport": "~0.3.6", "lodash.isfunction": "^3.0.9", - "pre-commit": "^1.2.2", "pull-stream": "^3.6.7" }, "dependencies": {