This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
<h3 align =" center " >The JavaScript implementation of the IPFS protocol.</h3 >
8
8
9
9
<p align =" center " >
10
- <a href =" http://ipn.io " ><img src =" https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat " /></a >
10
+ <a href =" http://protocol.ai " ><img src =" https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat " /></a >
11
11
<a href =" http://ipfs.io/ " ><img src =" https://img.shields.io/badge/project-IPFS-blue.svg?style=flat " /></a >
12
12
<a href =" http://webchat.freenode.net/?channels=%23ipfs " ><img src =" https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat " /></a >
13
13
<br > <a href =" https://waffle.io/ipfs/js-ipfs " ><img src =" https://img.shields.io/badge/pm-waffle-blue.svg?style=flat " /></a >
20
20
<a href =" https://codecov.io/gh/ipfs/js-ipfs " ><img src =" https://codecov.io/gh/ipfs/js-ipfs/branch/master/graph/badge.svg " /></a >
21
21
<a href =" https://david-dm.org/ipfs/js-ipfs " ><img src =" https://david-dm.org/ipfs/js-ipfs.svg?style=flat " /></a >
22
22
<a href =" https://github.com/feross/standard " ><img src =" https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat " ></a >
23
- <a href =" " ><img src =" https://img.shields.io/badge/npm-%3E%3D5 .0.0-orange.svg?style=flat " /></a >
24
- <a href =" " ><img src =" https://img.shields.io/badge/Node.js-%3E%3D8 .0.0-orange.svg?style=flat " /></a >
23
+ <a href =" " ><img src =" https://img.shields.io/badge/npm-%3E%3D6 .0.0-orange.svg?style=flat " /></a >
24
+ <a href =" " ><img src =" https://img.shields.io/badge/Node.js-%3E%3D10 .0.0-orange.svg?style=flat " /></a >
25
25
<br >
26
26
</p >
27
27
Original file line number Diff line number Diff line change 19
19
"joi" : " joi-browser"
20
20
},
21
21
"engines" : {
22
- "node" : " >=6 .0.0" ,
23
- "npm" : " >=3 .0.0"
22
+ "node" : " >=10 .0.0" ,
23
+ "npm" : " >=6 .0.0"
24
24
},
25
25
"scripts" : {
26
26
"lint" : " aegir lint" ,
You can’t perform that action at this time.
0 commit comments