Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
docs: add lead-maintainer
Browse files Browse the repository at this point in the history
* docs: add lead-maintainer
  • Loading branch information
vasco-santos authored Jun 26, 2018
1 parent 958d400 commit ea65540
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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 @@ libp2p-ping JavaScript Implementation

> IPFS ping protocol JavaScript implementation
## Lead Maintainer

[Vasco Santos](https://github.com/vasco-santos).

## Usage

```javascript
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "libp2p-ping",
"version": "0.8.0",
"description": "libp2p Ping protocol implementation",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand All @@ -23,7 +24,6 @@
"keywords": [
"IPFS"
],
"author": "David Dias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-ping/issues"
Expand All @@ -42,7 +42,6 @@
"peer-book": "^0.7.0",
"peer-id": "~0.10.7",
"peer-info": "~0.14.1",
"pre-commit": "^1.2.2",
"run-parallel": "^1.1.8"
},
"dependencies": {
Expand Down

0 comments on commit ea65540

Please sign in to comment.