File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
6
6
[ ![ Travis CI] ( https://flat.badgen.net/travis/ipfs/js-ipfs-unixfs )] ( https://travis-ci.com/ipfs/js-ipfs-unixfs )
7
7
[ ![ Codecov] ( https://codecov.io/gh/ipfs/js-ipfs-unixfs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ipfs/js-ipfs-unixfs )
8
- [ ![ Deps] ( https://david-dm.org/ipfs/js-ipfs-unixfs.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-ipfs-unixfs )
9
8
[ ![ Style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
10
9
11
- > JavaScript implementation of IPFS' UnixFS (a Unix FileSystem files representation on top of a MerkleDAG)
10
+ > JavaScript implementation of IPFS' UnixFS (a representation of a Unix file system on top of a MerkleDAG)
12
11
13
12
The UnixFS spec can be found at [ ipfs/specs/UNIXFS.md] ( https://github.com/ipfs/specs/blob/master/UNIXFS.md )
14
13
Original file line number Diff line number Diff line change 14
14
"test:webworker" : " aegir test -t webworker" ,
15
15
"build" : " aegir build" ,
16
16
"lint" : " aegir lint" ,
17
- "prepublishOnly" : " aegir release --test=false --lint=false --bump=false --publish=false " ,
17
+ "prepublishOnly" : " aegir release --test=false --lint=false --bump=false" ,
18
18
"coverage" : " nyc -s npm run test:node && nyc report --reporter=html" ,
19
19
"depcheck" : " aegir dep-check"
20
20
},
Original file line number Diff line number Diff line change 14
14
"test:webworker" : " aegir test -t webworker" ,
15
15
"build" : " aegir build" ,
16
16
"lint" : " aegir lint" ,
17
- "prepublishOnly" : " aegir release --test=false --lint=false --bump=false --publish=false " ,
17
+ "prepublishOnly" : " aegir release --test=false --lint=false --bump=false" ,
18
18
"coverage" : " nyc -s npm run test:node && nyc report --reporter=html" ,
19
19
"depcheck" : " aegir dep-check"
20
20
},
Original file line number Diff line number Diff line change 14
14
"test:webworker" : " aegir test -t webworker" ,
15
15
"build" : " aegir build" ,
16
16
"lint" : " aegir lint" ,
17
- "prepublishOnly" : " aegir release --test=false --lint=false --bump=false --publish=false " ,
17
+ "prepublishOnly" : " aegir release --test=false --lint=false --bump=false" ,
18
18
"coverage" : " nyc -s aegir test -t node && nyc report --reporter=html" ,
19
19
"depcheck" : " aegir dep-check"
20
20
},
You can’t perform that action at this time.
0 commit comments