File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
66[ ![ Travis CI] ( https://flat.badgen.net/travis/ipfs/js-ipfs-unixfs )] ( https://travis-ci.com/ipfs/js-ipfs-unixfs )
77[ ![ 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 )
98[ ![ Style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
109
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)
1211
1312The UnixFS spec can be found at [ ipfs/specs/UNIXFS.md] ( https://github.com/ipfs/specs/blob/master/UNIXFS.md )
1413
Original file line number Diff line number Diff line change 1414 "test:webworker" : " aegir test -t webworker" ,
1515 "build" : " aegir build" ,
1616 "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" ,
1818 "coverage" : " nyc -s npm run test:node && nyc report --reporter=html" ,
1919 "depcheck" : " aegir dep-check"
2020 },
Original file line number Diff line number Diff line change 1414 "test:webworker" : " aegir test -t webworker" ,
1515 "build" : " aegir build" ,
1616 "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" ,
1818 "coverage" : " nyc -s npm run test:node && nyc report --reporter=html" ,
1919 "depcheck" : " aegir dep-check"
2020 },
Original file line number Diff line number Diff line change 1414 "test:webworker" : " aegir test -t webworker" ,
1515 "build" : " aegir build" ,
1616 "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" ,
1818 "coverage" : " nyc -s aegir test -t node && nyc report --reporter=html" ,
1919 "depcheck" : " aegir dep-check"
2020 },
You can’t perform that action at this time.
0 commit comments