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..84e68588 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", @@ -38,7 +39,7 @@ "node": ">=6.0.0", "npm": ">=3.0.0" }, - "pre-commit": [ + "pre-push": [ "lint", "test" ], @@ -47,7 +48,6 @@ "node", "daemon" ], - "author": "Juan Benet (http://juan.benet.ai/)", "contributors": [ "Bret Comnes ", "David Dias ", @@ -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",