Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
docs: add lead maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 4, 2018
1 parent 4323518 commit e83cfa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "peer-info",
"version": "0.14.1",
"description": "IPFS Peer abstraction JavaScript implementation",
"leadMaintainer": "Pedro Teixeira <i@pgte.me>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -26,22 +27,20 @@
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"author": "David Dias <daviddias@ipfs.io>",
"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"
],
"devDependencies": {
"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",
Expand Down

0 comments on commit e83cfa8

Please sign in to comment.