From 6e8f491eec13c475f70980125c1dbe8a5d0a4115 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 7 May 2018 20:31:24 +0200 Subject: [PATCH] docs: add leadMaintainer (#758) --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1cc362d..423176602 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ > A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core) enabling applications to change between a embebed js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions. +## Lead Maintainer + +[Alan Shaw](http://github.com/alanshaw). + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index 0ac5c5b58..0206bf56a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ipfs-api", "version": "20.2.1", "description": "A client library for the IPFS HTTP API", + "leadMaintainer": "Alan Shaw ", "main": "src/index.js", "browser": { "glob": false, @@ -93,7 +94,6 @@ "keywords": [ "ipfs" ], - "author": "Matt Bell ", "contributors": [ "Alan Shaw ", "Alex Mingoia ",