diff --git a/README.md b/README.md index c931216..41d29d2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ ![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square) ![](https://img.shields.io/badge/Node.js-%3E%3D6.0.0-orange.svg?style=flat-square) +## Lead Maintainer + +[Pedro Teixeira](https://github.com/pgte) + ## Table of Contents - [Installation](#installation) diff --git a/package.json b/package.json index 88cd688..1c8373d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "peer-info", "version": "0.14.1", "description": "IPFS Peer abstraction JavaScript implementation", + "leadMaintainer": "Pedro Teixeira ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -26,13 +27,12 @@ "node": ">=6.0.0", "npm": ">=3.0.0" }, - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/libp2p/js-peer-info/issues" }, "homepage": "https://github.com/libp2p/js-peer-info", - "pre-commit": [ + "pre-push": [ "lint", "test" ], @@ -40,8 +40,7 @@ "aegir": "^13.1.0", "buffer-loader": "0.0.1", "chai": "^4.1.2", - "dirty-chai": "^2.0.1", - "pre-commit": "^1.2.2" + "dirty-chai": "^2.0.1" }, "dependencies": { "multiaddr": "^5.0.0",