Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 6e8f491

Browse files
authored
docs: add leadMaintainer (#758)
1 parent 14bcba0 commit 6e8f491

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
> 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.
3030
31+
## Lead Maintainer
32+
33+
[Alan Shaw](http://github.com/alanshaw).
34+
3135
## Table of Contents
3236

3337
- [Install](#install)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ipfs-api",
33
"version": "20.2.1",
44
"description": "A client library for the IPFS HTTP API",
5+
"leadMaintainer": "Alan Shaw <[email protected]>",
56
"main": "src/index.js",
67
"browser": {
78
"glob": false,
@@ -93,7 +94,6 @@
9394
"keywords": [
9495
"ipfs"
9596
],
96-
"author": "Matt Bell <[email protected]>",
9797
"contributors": [
9898
"Alan Shaw <[email protected]>",
9999
"Alex Mingoia <[email protected]>",

0 commit comments

Comments
 (0)