File tree Expand file tree Collapse file tree 3 files changed +7
-29
lines changed Expand file tree Collapse file tree 3 files changed +7
-29
lines changed Original file line number Diff line number Diff line change 33[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
44[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
55[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
6- [ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
7- [ ![ Build Status] ( https://travis-ci.org/ipfs/js-ipfs-unixfs.svg?style=flat-square&branch=master )] ( https://travis-ci.org/ipfs/js-ipfs-unixfs )
8- [ ![ Coverage Status] ( https://coveralls.io/repos/github/ipfs/js-ipfs-unixfs/badge.svg?branch=master )] ( https://coveralls.io/github/ipfs/js-ipfs-unixfs?branch=master )
9- [ ![ Dependency Status] ( https://david-dm.org/ipfs/js-ipfs-unixfs.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-ipfs-unixfs )
10- [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
6+ [ ![ Jenkins] ( https://ci.ipfs.team/buildStatus/icon?job=ipfs/js-ipfs-unixfs/master )] ( https://ci.ipfs.team/job/ipfs/job/js-ipfs-unixfs/job/master/ )
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+ [ ![ Style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
1110![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
1211![ ] ( https://img.shields.io/badge/Node.js-%3E%3D8.0.0-orange.svg?style=flat-square )
1312
14- > JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)
13+ > JavaScript implementation of IPFS' unixfs (a Unix FileSystem files representation on top of a MerkleDAG)
1514
1615[ The unixfs spec can be found inside the ipfs/specs repository] ( http://github.com/ipfs/specs )
1716
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3838 "devDependencies" : {
3939 "aegir" : " ^14.0.0" ,
4040 "chai" : " ^4.1.2" ,
41- "dirty-chai" : " ^2.0.1" ,
42- "pre-commit" : " ^1.2.2" ,
43- "safe-buffer" : " ^5.1.1"
41+ "dirty-chai" : " ^2.0.1"
4442 },
4543 "dependencies" : {
46- "protons" : " ^1.0.0 "
44+ "protons" : " ^1.0.1 "
4745 },
48- "pre-commit" : [
49- " lint" ,
50- " test"
51- ],
5246 "contributors" : [
5347 " David Dias <daviddias.p@gmail.com>" ,
5448 " Friedel Ziegelmayer <dignifiedquire@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments