fix: reference files directly to avoid npm install failures (#408)

This commit is contained in:
Jacob Heun
2019-08-21 10:23:06 +02:00
committed by GitHub
parent 299cfefa01
commit b3deb356f1
41 changed files with 49 additions and 85 deletions

View File

@ -8,7 +8,7 @@ const waterfall = require('async/waterfall')
const PeerInfo = require('peer-info')
const PeerId = require('peer-id')
const ConnManager = require('libp2p-connection-manager')
const ConnManager = require('../../../src/connection-manager')
class Node extends libp2p {
constructor (peerInfo) {