From 178efb860322437a506a8246fa3e1243e4633e18 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 8 May 2018 09:58:28 +0100 Subject: [PATCH 1/2] docs: add lead-maintainer --- README.md | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 546fed90..3a9011a0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ > Spawn IPFS daemons using JavaScript! +## Lead Maintainer + +[Vasco Santos](https://github.com/vasco-santos). + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index d47f281b..1c808b34 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ipfsd-ctl", "version": "0.33.2", "description": "Spawn IPFS Daemons, JS or Go", + "leadMaintainer": "Vasco Santos ", "main": "src/index.js", "scripts": { "lint": "aegir lint", From 0634bf19bac18d73e02cb5db5898ef3a2318b933 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 8 May 2018 12:07:19 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c808b34..84e68588 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "node": ">=6.0.0", "npm": ">=3.0.0" }, - "pre-commit": [ + "pre-push": [ "lint", "test" ], @@ -48,7 +48,6 @@ "node", "daemon" ], - "author": "Juan Benet (http://juan.benet.ai/)", "contributors": [ "Bret Comnes ", "David Dias ", @@ -112,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",