Skip to content

Commit 94071c6

Browse files
committed
Merge pull request #11 from ipfs/badgers
add badgers
2 parents 9abcdeb + 1032551 commit 94071c6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
language: node_js
32
node_js:
43
- '4'
@@ -16,4 +15,5 @@ before_script:
1615
- sh -e /etc/init.d/xvfb start
1716

1817
script:
19-
- npm test
18+
- npm run lint
19+
- npm test

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
IPFS Data Importing
22
===================
33

4-
JavaScript implementation of the layout and chunking mechanisms used by IPFS
4+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
5+
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![Build Status](https://travis-ci.org/ipfs/js-ipfs-data-importing.svg?style=flat-square)](https://travis-ci.org/ipfs/js-ipfs-data-importing)
7+
![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square)
8+
[![Dependency Status](https://david-dm.org/ipfs/js-ipfs-data-importing.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-data-importing)
9+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
10+
11+
> JavaScript implementation of the layout and chunking mechanisms used by IPFS
12+

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"homepage": "https://github.com/diasdavid/js-ipfs-data-importing#readme",
2929
"devDependencies": {
30-
"2": "0.0.1",
3130
"brfs": "^1.4.3",
3231
"bs58": "^3.0.0",
3332
"buffer-loader": "0.0.1",

0 commit comments

Comments
 (0)