mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-16 15:40:49 +00:00
fix: lock wrtc to 0.1.1
* chore: update deps * fix: use only wrtc 0.1.1 * chore: update webrtc-star * chore: update circle * chore: no node10
This commit is contained in:
parent
0bf203b087
commit
65073792aa
@ -4,7 +4,7 @@ language: node_js
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- node_js: 'stable'
|
||||
- node_js: 8.11.1
|
||||
env: CXX=g++-4.8
|
||||
|
||||
script:
|
||||
|
@ -1,10 +1,8 @@
|
||||
machine:
|
||||
node:
|
||||
version: stable
|
||||
version: 8.11.1
|
||||
|
||||
test:
|
||||
pre:
|
||||
- npm run lint
|
||||
post:
|
||||
- npm run coverage -- --upload --providers coveralls
|
||||
|
||||
|
10
package.json
10
package.json
@ -43,7 +43,7 @@
|
||||
"libp2p-switch": "~0.39.2",
|
||||
"mafmt": "^6.0.0",
|
||||
"multiaddr": "^5.0.0",
|
||||
"peer-book": "~0.7.0",
|
||||
"peer-book": "~0.8.0",
|
||||
"peer-id": "~0.10.7",
|
||||
"libp2p-websockets": "^0.12.0",
|
||||
"peer-info": "~0.14.1"
|
||||
@ -62,15 +62,15 @@
|
||||
"libp2p-secio": "~0.10.0",
|
||||
"libp2p-spdy": "~0.12.1",
|
||||
"libp2p-tcp": "~0.12.0",
|
||||
"libp2p-webrtc-star": "~0.14.0",
|
||||
"libp2p-websocket-star": "~0.8.0",
|
||||
"libp2p-websocket-star-rendezvous": "~0.2.3",
|
||||
"lodash.times": "^4.3.2",
|
||||
"pull-goodbye": "0.0.2",
|
||||
"pull-serializer": "~0.3.2",
|
||||
"pull-stream": "^3.6.7",
|
||||
"sinon": "^5.0.2",
|
||||
"wrtc": "0.1.4"
|
||||
"pull-stream": "^3.6.8",
|
||||
"sinon": "^5.0.7",
|
||||
"libp2p-webrtc-star": "~0.15.0",
|
||||
"wrtc": "0.1.1"
|
||||
},
|
||||
"contributors": [
|
||||
"Chris Bratlien <chrisbratlien@gmail.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user