Skip to content

Commit

Permalink
docs: add lead-maintainer (#240)
Browse files Browse the repository at this point in the history
* docs: add lead-maintainer

* Update package.json
  • Loading branch information
vasco-santos authored and daviddias committed May 8, 2018
1 parent ace5d0c commit 441a669
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 @@ -13,6 +13,10 @@

> Spawn IPFS daemons using JavaScript!
## Lead Maintainer

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

## Table of Contents

- [Install](#install)
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipfsd-ctl",
"version": "0.33.2",
"description": "Spawn IPFS Daemons, JS or Go",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand Down Expand Up @@ -38,7 +39,7 @@
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand All @@ -47,7 +48,6 @@
"node",
"daemon"
],
"author": "Juan Benet <juan@benet.ai> (http://juan.benet.ai/)",
"contributors": [
"Bret Comnes <bcomnes@gmail.com>",
"David Dias <daviddias.p@gmail.com>",
Expand Down Expand Up @@ -111,7 +111,6 @@
"ipfs": "~0.28.2",
"is-running": "1.0.5",
"mkdirp": "^0.5.1",
"pre-commit": "^1.2.2",
"proxyquire": "^2.0.1",
"sinon": "^4.5.0",
"superagent-mocker": "^0.5.2",
Expand Down

0 comments on commit 441a669

Please sign in to comment.