diff --git a/README.md b/README.md index ed868c5e94..73133a7cb6 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf [**`Weekly Dev Calls`**](https://github.com/ipfs/js-ipfs/issues/1179) +## Tech Lead + +[David Dias](https://github.com/diasdavid) + +## Lead Maintainer + +[Alan Shaw](https://github.com/alanshaw) + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index 629ae77d56..a030ee23c2 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ipfs", "version": "0.28.2", "description": "JavaScript implementation of the IPFS specification", + "leadMaintainer": "Alan Shaw ", "bin": { "jsipfs": "src/cli/bin.js" }, @@ -54,7 +55,6 @@ "keywords": [ "IPFS" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/ipfs/js-ipfs/issues" @@ -79,7 +79,6 @@ "mocha": "^5.1.1", "ncp": "^2.0.0", "nexpect": "^0.5.0", - "pre-commit": "^1.2.2", "pretty-bytes": "^4.0.2", "qs": "^6.5.2", "random-fs": "^1.0.3",