Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 36bc50b

Browse files
dryajovdaviddias
authored andcommitted
test: fix require of multiplex
1 parent 350695c commit 36bc50b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"libp2p-webrtc-star": "~0.14.0",
5050
"libp2p-websockets": "~0.12.0",
5151
"peer-book": "~0.7.0",
52-
"pre-commit": "^1.2.2",
5352
"pull-goodbye": "0.0.2",
5453
"sinon": "^5.0.1",
5554
"webrtcsupport": "^2.2.0"

test/stats.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const each = require('async/each')
1010
const map = require('async/map')
1111
const series = require('async/series')
1212
const TCP = require('libp2p-tcp')
13-
const multiplex = require('libp2p-multiplex')
13+
const multiplex = require('libp2p-mplex')
1414
const pull = require('pull-stream')
1515
const secio = require('libp2p-secio')
1616
const PeerBook = require('peer-book')

0 commit comments

Comments
 (0)