From 10325514b00258bef7012ec07a16f7ffbcdf1eae Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 22 Mar 2016 06:49:10 +0000 Subject: [PATCH] add badgers --- .travis.yml | 4 ++-- README.md | 10 +++++++++- package.json | 1 - 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 525ffed1..6c4753dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ - language: node_js node_js: - '4' @@ -16,4 +15,5 @@ before_script: - sh -e /etc/init.d/xvfb start script: - - npm test \ No newline at end of file + - npm run lint + - npm test diff --git a/README.md b/README.md index 15ee6141..e55d0ac2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ IPFS Data Importing =================== -JavaScript implementation of the layout and chunking mechanisms used by IPFS +[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) +[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) +[![Build Status](https://travis-ci.org/ipfs/js-ipfs-data-importing.svg?style=flat-square)](https://travis-ci.org/ipfs/js-ipfs-data-importing) +![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) +[![Dependency Status](https://david-dm.org/ipfs/js-ipfs-data-importing.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-data-importing) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) + +> JavaScript implementation of the layout and chunking mechanisms used by IPFS + diff --git a/package.json b/package.json index 2cdffb61..a802265d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ }, "homepage": "https://github.com/diasdavid/js-ipfs-data-importing#readme", "devDependencies": { - "2": "0.0.1", "brfs": "^1.4.3", "bs58": "^3.0.0", "buffer-loader": "0.0.1",