docs: add lead maintainer

This commit is contained in:
David Dias
2018-05-06 16:15:42 +02:00
parent d74bdebcc8
commit 417fd330b9
2 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,12 @@
> [IPFS](https://github.com/ipfs/ipfs) Peer ID implementation in JavaScript. > [IPFS](https://github.com/ipfs/ipfs) Peer ID implementation in JavaScript.
## Lead Maintainer
[Pedro Teixeira](https://github.com/pgte)
## Table of Contents
- [Description](#description) - [Description](#description)
- [Example](#example) - [Example](#example)
- [Installation](#installation) - [Installation](#installation)

View File

@ -2,6 +2,7 @@
"name": "peer-id", "name": "peer-id",
"version": "0.10.7", "version": "0.10.7",
"description": "IPFS Peer Id implementation in Node.js", "description": "IPFS Peer Id implementation in Node.js",
"leadMaintainer": "Pedro Teixeira <i@pgte.me>",
"main": "src/index.js", "main": "src/index.js",
"bin": "src/bin.js", "bin": "src/bin.js",
"scripts": { "scripts": {
@ -18,9 +19,8 @@
"keywords": [ "keywords": [
"IPFS" "IPFS"
], ],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT", "license": "MIT",
"pre-commit": [ "pre-push": [
"lint", "lint",
"test" "test"
], ],