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

Commit 4fe224b

Browse files
committed
docs: add lead-maintainer
1 parent b8e27c1 commit 4fe224b

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
@@ -7,6 +7,10 @@
77

88
> A test suite and interface you can use to implement a IPFS core interface.
99
10+
## Lead Maintainer
11+
12+
[Alan Shaw](http://github.com/alanshaw).
13+
1014
## Table of Contents
1115

1216
- [Background](#background)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "interface-ipfs-core",
33
"version": "0.64.3",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
5+
"leadMaintainer": "Alan Shaw <alan@tableflip.io>",
56
"main": "js/src/index.js",
67
"scripts": {
78
"test": "exit 0",
@@ -23,7 +24,6 @@
2324
"keywords": [
2425
"IPFS"
2526
],
26-
"author": "David Dias <daviddias@ipfs.io>",
2727
"license": "MIT",
2828
"bugs": {
2929
"url": "https://github.com/ipfs/interface-ipfs-core/issues"

0 commit comments

Comments
 (0)