This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77<h3 align =" center " >The JavaScript implementation of the IPFS protocol.</h3 >
88
99<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 >
1111 <a href =" http://ipfs.io/ " ><img src =" https://img.shields.io/badge/project-IPFS-blue.svg?style=flat " /></a >
1212 <a href =" http://webchat.freenode.net/?channels=%23ipfs " ><img src =" https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat " /></a >
1313 <br > <a href =" https://waffle.io/ipfs/js-ipfs " ><img src =" https://img.shields.io/badge/pm-waffle-blue.svg?style=flat " /></a >
2020 <a href =" https://codecov.io/gh/ipfs/js-ipfs " ><img src =" https://codecov.io/gh/ipfs/js-ipfs/branch/master/graph/badge.svg " /></a >
2121 <a href =" https://david-dm.org/ipfs/js-ipfs " ><img src =" https://david-dm.org/ipfs/js-ipfs.svg?style=flat " /></a >
2222 <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 >
2525 <br >
2626</p >
2727
Original file line number Diff line number Diff line change 1919 "joi" : " joi-browser"
2020 },
2121 "engines" : {
22- "node" : " >=6 .0.0" ,
23- "npm" : " >=3 .0.0"
22+ "node" : " >=10 .0.0" ,
23+ "npm" : " >=6 .0.0"
2424 },
2525 "scripts" : {
2626 "lint" : " aegir lint" ,
You can’t perform that action at this time.
0 commit comments