From 51ba34675c7b982a44a9f9413eba51f893e4bde1 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 18:35:01 +0200 Subject: [PATCH] docs: lead maintainer --- README.md | 8 ++++++++ package.json | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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",