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

docs: add leadMaintainer #758

Merged
merged 1 commit into from
May 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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