File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
1
language : node_js
3
2
node_js :
4
3
- ' 4'
@@ -16,4 +15,5 @@ before_script:
16
15
- sh -e /etc/init.d/xvfb start
17
16
18
17
script :
19
- - npm test
18
+ - npm run lint
19
+ - npm test
Original file line number Diff line number Diff line change 1
1
IPFS Data Importing
2
2
===================
3
3
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
+
Original file line number Diff line number Diff line change 27
27
},
28
28
"homepage" : " https://github.com/diasdavid/js-ipfs-data-importing#readme" ,
29
29
"devDependencies" : {
30
- "2" : " 0.0.1" ,
31
30
"brfs" : " ^1.4.3" ,
32
31
"bs58" : " ^3.0.0" ,
33
32
"buffer-loader" : " 0.0.1" ,
You can’t perform that action at this time.
0 commit comments