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 25, 2018
1 parent 6ed0a23 commit 510d65f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

> JavaScript connection manager for libp2p
## Lead Maintainer

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

## Table of Contents

- [Install](#install)
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "libp2p-connection-manager",
"version": "0.0.2",
"description": "JS Libp2p Connection Manager",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -19,9 +20,8 @@
"connection",
"resource"
],
"author": "Pedro Teixeira <[email protected]>",
"license": "MIT",
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand All @@ -41,9 +41,7 @@
"os": "^0.1.1",
"peer-id": "^0.10.7",
"peer-info": "^0.14.1",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.1",
"uuid": "^3.2.1"
},
"dependencies": {
Expand Down

0 comments on commit 510d65f

Please sign in to comment.