Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 427f72b

Browse files
authoredMay 8, 2018
docs: lead maintainer (#1339)
1 parent 7bb838f commit 427f72b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
4747

4848
[**`Weekly Dev Calls`**](https://github.com/ipfs/js-ipfs/issues/1179)
4949

50+
## Tech Lead
51+
52+
[David Dias](https://github.com/diasdavid)
53+
54+
## Lead Maintainer
55+
56+
[Alan Shaw](https://github.com/alanshaw)
57+
5058
## Table of Contents
5159

5260
- [Install](#install)

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ipfs",
33
"version": "0.28.2",
44
"description": "JavaScript implementation of the IPFS specification",
5+
"leadMaintainer": "Alan Shaw <alan@tableflip.io>",
56
"bin": {
67
"jsipfs": "src/cli/bin.js"
78
},
@@ -54,7 +55,6 @@
5455
"keywords": [
5556
"IPFS"
5657
],
57-
"author": "David Dias <daviddias@ipfs.io>",
5858
"license": "MIT",
5959
"bugs": {
6060
"url": "https://github.com/ipfs/js-ipfs/issues"
@@ -79,7 +79,6 @@
7979
"mocha": "^5.1.1",
8080
"ncp": "^2.0.0",
8181
"nexpect": "^0.5.0",
82-
"pre-commit": "^1.2.2",
8382
"pretty-bytes": "^4.0.2",
8483
"qs": "^6.5.2",
8584
"random-fs": "^1.0.3",

0 commit comments

Comments
 (0)
This repository has been archived.