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

Commit

Permalink
docs: add leadMaintainer (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias authored May 7, 2018
1 parent 14bcba0 commit 6e8f491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipfs-api",
"version": "20.2.1",
"description": "A client library for the IPFS HTTP API",
"leadMaintainer": "Alan Shaw <[email protected]>",
"main": "src/index.js",
"browser": {
"glob": false,
Expand Down Expand Up @@ -93,7 +94,6 @@
"keywords": [
"ipfs"
],
"author": "Matt Bell <[email protected]>",
"contributors": [
"Alan Shaw <[email protected]>",
"Alex Mingoia <[email protected]>",
Expand Down

0 comments on commit 6e8f491

Please sign in to comment.