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" },