diff --git a/README.md b/README.md index f758d93..9313222 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ > [IPFS](https://github.com/ipfs/ipfs) Peer ID implementation in JavaScript. +## Lead Maintainer + +[Pedro Teixeira](https://github.com/pgte) + +## Table of Contents + - [Description](#description) - [Example](#example) - [Installation](#installation) diff --git a/package.json b/package.json index 344170d..363321d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "peer-id", "version": "0.10.7", "description": "IPFS Peer Id implementation in Node.js", + "leadMaintainer": "Pedro Teixeira ", "main": "src/index.js", "bin": "src/bin.js", "scripts": { @@ -18,9 +19,8 @@ "keywords": [ "IPFS" ], - "author": "David Dias ", "license": "MIT", - "pre-commit": [ + "pre-push": [ "lint", "test" ],