Commit 6507379 1 parent 0bf203b commit 6507379 Copy full SHA for 6507379
File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ language: node_js
4
4
5
5
matrix :
6
6
include :
7
- - node_js : ' stable '
7
+ - node_js : 8.11.1
8
8
env : CXX=g++-4.8
9
9
10
10
script :
Original file line number Diff line number Diff line change 1
1
machine :
2
2
node :
3
- version : stable
3
+ version : 8.11.1
4
4
5
5
test :
6
- pre :
7
- - npm run lint
8
6
post :
9
7
- npm run coverage -- --upload --providers coveralls
10
8
Original file line number Diff line number Diff line change 43
43
"libp2p-switch" : " ~0.39.2" ,
44
44
"mafmt" : " ^6.0.0" ,
45
45
"multiaddr" : " ^5.0.0" ,
46
- "peer-book" : " ~0.7 .0" ,
46
+ "peer-book" : " ~0.8 .0" ,
47
47
"peer-id" : " ~0.10.7" ,
48
48
"libp2p-websockets" : " ^0.12.0" ,
49
49
"peer-info" : " ~0.14.1"
62
62
"libp2p-secio" : " ~0.10.0" ,
63
63
"libp2p-spdy" : " ~0.12.1" ,
64
64
"libp2p-tcp" : " ~0.12.0" ,
65
- "libp2p-webrtc-star" : " ~0.14.0" ,
66
65
"libp2p-websocket-star" : " ~0.8.0" ,
67
66
"libp2p-websocket-star-rendezvous" : " ~0.2.3" ,
68
67
"lodash.times" : " ^4.3.2" ,
69
68
"pull-goodbye" : " 0.0.2" ,
70
69
"pull-serializer" : " ~0.3.2" ,
71
- "pull-stream" : " ^3.6.7" ,
72
- "sinon" : " ^5.0.2" ,
73
- "wrtc" : " 0.1.4"
70
+ "pull-stream" : " ^3.6.8" ,
71
+ "sinon" : " ^5.0.7" ,
72
+ "libp2p-webrtc-star" : " ~0.15.0" ,
73
+ "wrtc" : " 0.1.1"
74
74
},
75
75
"contributors" : [
76
76
" Chris Bratlien <chrisbratlien@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments