File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1515
1616[ The unixfs spec can be found inside the ipfs/specs repository] ( http://github.com/ipfs/specs )
1717
18+ ## Lead Maintainer
19+
20+ [ Alex Potsides] ( https://github.com/achingbrain )
21+
1822## Table of Contents
1923
2024- [ Install] ( #install )
Original file line number Diff line number Diff line change 22 "name" : " ipfs-unixfs" ,
33 "version" : " 0.1.14" ,
44 "description" : " JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)" ,
5+ "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
56 "main" : " src/index.js" ,
67 "browser" : {
78 "fs" : false
2425 "keywords" : [
2526 " IPFS"
2627 ],
27- "author" : " David Dias <daviddias@ipfs.io>" ,
2828 "license" : " MIT" ,
2929 "bugs" : {
3030 "url" : " https://github.com/ipfs/js-ipfs-unixfs/issues"
3535 },
3636 "homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
3737 "devDependencies" : {
38- "aegir" : " ^13.1 .0" ,
38+ "aegir" : " ^14.0 .0" ,
3939 "chai" : " ^4.1.2" ,
4040 "dirty-chai" : " ^2.0.1" ,
4141 "pre-commit" : " ^1.2.2" ,
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ module.exports = `message Data {
2020}
2121
2222message Metadata {
23- required string MimeType = 1;
23+ optional string MimeType = 1;
2424}`
You can’t perform that action at this time.
0 commit comments