This repository was archived by the owner on Aug 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ IPFS unixFS Engine
5
5
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
6
6
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
7
7
[ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
8
- [ ![ Build Status ] ( https://travis- ci.org/ ipfs/js-ipfs-unixfs-engine.svg?branch= master&style=flat-square )] ( https://travis- ci.org/ ipfs/js-ipfs-unixfs-engine )
9
- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ ipfs/js-ipfs-unixfs-engine/badge.svg?branch=master )] ( https://coveralls .io/github /ipfs/js-ipfs-unixfs-engine?branch=master )
8
+ [ ![ Jenkins ] ( https://ci.ipfs.team/buildStatus/icon?job= ipfs/js-ipfs-unixfs-engine/ master )] ( https://ci.ipfs.team/job/ ipfs/job/ js-ipfs-unixfs-engine/job/master/ )
9
+ [ ![ Codecov ] ( https://codecov .io/gh/ ipfs/js-ipfs-unixfs-engine/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /ipfs/js-ipfs-unixfs-engine )
10
10
[ ![ Dependency Status] ( https://david-dm.org/ipfs/js-ipfs-unixfs-engine.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-ipfs-unixfs-engine )
11
11
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
12
12
![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
"coverage" : " aegir coverage" ,
20
20
"coverage-publish" : " aegir coverage --provider coveralls"
21
21
},
22
- "pre-commit" : [
23
- " lint" ,
24
- " test"
25
- ],
26
22
"repository" : {
27
23
"type" : " git" ,
28
24
"url" : " git+https://github.com/ipfs/js-ipfs-unixfs-engine.git"
35
31
"url" : " https://github.com/ipfs/js-ipfs-unixfs-engine/issues"
36
32
},
37
33
"engines" : {
38
- "node" : " >=6 .0.0" ,
34
+ "node" : " >=8 .0.0" ,
39
35
"npm" : " >=3.0.0"
40
36
},
41
37
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs-engine#readme" ,
47
43
"ipfs-block-service" : " ~0.14.0" ,
48
44
"ipfs-repo" : " ~0.22.1" ,
49
45
"ncp" : " ^2.0.0" ,
50
- "pre-commit" : " ^1.2.2" ,
51
46
"pull-generate" : " ^2.2.0" ,
52
47
"pull-zip" : " ^2.0.1" ,
53
48
"rimraf" : " ^2.6.2" ,
54
- "sinon" : " ^5.0.10 " ,
49
+ "sinon" : " ^6.1.0 " ,
55
50
"split" : " ^1.0.1"
56
51
},
57
52
"dependencies" : {
You can’t perform that action at this time.
0 commit comments