We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e405ca commit cdc5f4aCopy full SHA for cdc5f4a
README.md
@@ -14,6 +14,10 @@
14
15
This is the implementation of the [IPFS repo spec](https://github.com/ipfs/specs/tree/master/repo) in JavaScript.
16
17
+## Lead Maintainer
18
+
19
+[Jacob Heun](https://github.com/jacobheun)
20
21
## Table of Contents
22
23
- [Background](#background)
package.json
@@ -2,6 +2,7 @@
2
"name": "ipfs-repo",
3
"version": "0.21.0",
4
"description": "IPFS Repo implementation",
5
+ "leadMaintainer": "Jacob Heun <[email protected]>",
6
"main": "src/index.js",
7
"browser": {
8
"rimraf": false,
0 commit comments