File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
[ The unixfs spec can be found inside the ipfs/specs repository] ( http://github.com/ipfs/specs )
17
17
18
+ ## Lead Maintainer
19
+
20
+ [ Alex Potsides] ( https://github.com/achingbrain )
21
+
18
22
## Table of Contents
19
23
20
24
- [ Install] ( #install )
Original file line number Diff line number Diff line change 2
2
"name" : " ipfs-unixfs" ,
3
3
"version" : " 0.1.14" ,
4
4
"description" : " JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)" ,
5
+ "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
5
6
"main" : " src/index.js" ,
6
7
"browser" : {
7
8
"fs" : false
24
25
"keywords" : [
25
26
" IPFS"
26
27
],
27
- "author" : " David Dias <daviddias@ipfs.io>" ,
28
28
"license" : " MIT" ,
29
29
"bugs" : {
30
30
"url" : " https://github.com/ipfs/js-ipfs-unixfs/issues"
You can’t perform that action at this time.
0 commit comments