This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ js-libp2p-bootstrap
4
4
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://protocol.ai )
5
5
[ ![ ] ( https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square )] ( http://libp2p.io/ )
6
6
[ ![ ] ( https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23libp2p )
7
+ [ ![ Discourse posts] ( https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg )] ( https://discuss.libp2p.io )
7
8
[ ![ ] ( https://img.shields.io/codecov/c/github/libp2p/js-libp2p-bootstrap.svg?style=flat-square )] ( https://codecov.io/gh/libp2p/js-libp2p-bootstrap )
8
9
[ ![ ] ( https://img.shields.io/travis/libp2p/js-libp2p-bootstrap.svg?style=flat-square )] ( https://travis-ci.com/libp2p/js-libp2p-bootstrap )
9
10
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
Original file line number Diff line number Diff line change 28
28
"npm" : " >=3.0.0"
29
29
},
30
30
"devDependencies" : {
31
- "aegir" : " ^18.1 .1" ,
31
+ "aegir" : " ^18.2 .1" ,
32
32
"chai" : " ^4.2.0" ,
33
33
"libp2p-tcp" : " ~0.13.0"
34
34
},
35
35
"dependencies" : {
36
36
"async" : " ^2.6.2" ,
37
37
"debug" : " ^4.1.1" ,
38
- "mafmt" : " ^6.0.6 " ,
39
- "multiaddr" : " ^6.0.4 " ,
38
+ "mafmt" : " ^6.0.7 " ,
39
+ "multiaddr" : " ^6.0.6 " ,
40
40
"peer-id" : " ~0.12.2" ,
41
41
"peer-info" : " ~0.15.1"
42
42
},
You can’t perform that action at this time.
0 commit comments