Skip to content

Commit

Permalink
fix: lock wrtc to 0.1.1
Browse files Browse the repository at this point in the history
* chore: update deps

* fix: use only wrtc 0.1.1

* chore: update webrtc-star

* chore: update circle

* chore: no node10
  • Loading branch information
daviddias authored May 12, 2018
1 parent 0bf203b commit 6507379
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: node_js

matrix:
include:
- node_js: 'stable'
- node_js: 8.11.1
env: CXX=g++-4.8

script:
Expand Down
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
machine:
node:
version: stable
version: 8.11.1

test:
pre:
- npm run lint
post:
- npm run coverage -- --upload --providers coveralls

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>",
Expand Down

0 comments on commit 6507379

Please sign in to comment.