Skip to content

Commit 441a669

Browse files
vasco-santosdaviddias
authored andcommitted
docs: add lead-maintainer (#240)
* docs: add lead-maintainer * Update package.json
1 parent ace5d0c commit 441a669

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
> Spawn IPFS daemons using JavaScript!
1515
16+
## Lead Maintainer
17+
18+
[Vasco Santos](https://github.com/vasco-santos).
19+
1620
## Table of Contents
1721

1822
- [Install](#install)

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ipfsd-ctl",
33
"version": "0.33.2",
44
"description": "Spawn IPFS Daemons, JS or Go",
5+
"leadMaintainer": "Vasco Santos <[email protected]>",
56
"main": "src/index.js",
67
"scripts": {
78
"lint": "aegir lint",
@@ -38,7 +39,7 @@
3839
"node": ">=6.0.0",
3940
"npm": ">=3.0.0"
4041
},
41-
"pre-commit": [
42+
"pre-push": [
4243
"lint",
4344
"test"
4445
],
@@ -47,7 +48,6 @@
4748
"node",
4849
"daemon"
4950
],
50-
"author": "Juan Benet <[email protected]> (http://juan.benet.ai/)",
5151
"contributors": [
5252
"Bret Comnes <[email protected]>",
5353
"David Dias <[email protected]>",
@@ -111,7 +111,6 @@
111111
"ipfs": "~0.28.2",
112112
"is-running": "1.0.5",
113113
"mkdirp": "^0.5.1",
114-
"pre-commit": "^1.2.2",
115114
"proxyquire": "^2.0.1",
116115
"sinon": "^4.5.0",
117116
"superagent-mocker": "^0.5.2",

0 commit comments

Comments
 (0)