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 3
3
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
4
4
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
5
5
[ ![ ] ( 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 )
11
10
![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
12
11
![ ] ( https://img.shields.io/badge/Node.js-%3E%3D8.0.0-orange.svg?style=flat-square )
13
12
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)
15
14
16
15
[ The unixfs spec can be found inside the ipfs/specs repository] ( http://github.com/ipfs/specs )
17
16
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 38
38
"devDependencies" : {
39
39
"aegir" : " ^14.0.0" ,
40
40
"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"
44
42
},
45
43
"dependencies" : {
46
- "protons" : " ^1.0.0 "
44
+ "protons" : " ^1.0.1 "
47
45
},
48
- "pre-commit" : [
49
- " lint" ,
50
- " test"
51
- ],
52
46
"contributors" : [
53
47
54
48
" Friedel Ziegelmayer <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments