Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 41b8ce5

Browse files
authored
Merge pull request #218 from ipfs/remove-circle
chore: remove circle, update deps and badges
2 parents eea3eb5 + 9b9a441 commit 41b8ce5

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ IPFS unixFS Engine
55
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
66
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
77
[![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)
1010
[![Dependency Status](https://david-dm.org/ipfs/js-ipfs-unixfs-engine.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-unixfs-engine)
1111
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
1212
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)

circle.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"coverage": "aegir coverage",
2020
"coverage-publish": "aegir coverage --provider coveralls"
2121
},
22-
"pre-commit": [
23-
"lint",
24-
"test"
25-
],
2622
"repository": {
2723
"type": "git",
2824
"url": "git+https://github.com/ipfs/js-ipfs-unixfs-engine.git"
@@ -35,7 +31,7 @@
3531
"url": "https://github.com/ipfs/js-ipfs-unixfs-engine/issues"
3632
},
3733
"engines": {
38-
"node": ">=6.0.0",
34+
"node": ">=8.0.0",
3935
"npm": ">=3.0.0"
4036
},
4137
"homepage": "https://github.com/ipfs/js-ipfs-unixfs-engine#readme",
@@ -47,11 +43,10 @@
4743
"ipfs-block-service": "~0.14.0",
4844
"ipfs-repo": "~0.22.1",
4945
"ncp": "^2.0.0",
50-
"pre-commit": "^1.2.2",
5146
"pull-generate": "^2.2.0",
5247
"pull-zip": "^2.0.1",
5348
"rimraf": "^2.6.2",
54-
"sinon": "^5.0.10",
49+
"sinon": "^6.1.0",
5550
"split": "^1.0.1"
5651
},
5752
"dependencies": {

0 commit comments

Comments
 (0)