Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #8 from ipfs/update-deps
Browse files Browse the repository at this point in the history
deps updated successfully
  • Loading branch information
daviddias committed May 18, 2016
2 parents 8c0800b + 0b254d3 commit 742e673
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"homepage": "https://github.com/ipfs/js-libp2p-ipfs#readme",
"devDependencies": {
"aegir": "^3.0.1",
"aegir": "^3.0.4",
"chai": "^3.5.0",
"pre-commit": "^1.1.2"
},
"dependencies": {
"libp2p-spdy": "^0.3.1",
"libp2p-swarm": "^0.12.10",
"libp2p-spdy": "^0.4.0",
"libp2p-swarm": "^0.14.0",
"libp2p-tcp": "^0.5.2",
"libp2p-websockets": "^0.4.4",
"mafmt": "^1.0.1",
"multiaddr": "^1.4.1",
"libp2p-websockets": "^0.5.0",
"mafmt": "^2.0.0",
"multiaddr": "^2.0.0",
"peer-id": "^0.6.6",
"peer-info": "^0.6.2",
"run-parallel": "^1.1.6"
Expand All @@ -61,4 +61,4 @@
"JGAntunes <j.goncalo.antunes@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>"
]
}
}
4 changes: 2 additions & 2 deletions test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ describe('libp2p-ipfs', () => {
let nodeB

it('prepare node A', (done) => {
peerA.multiaddr.add(multiaddr('/ip4/127.0.0.1/tcp/8030/websockets'))
peerA.multiaddr.add(multiaddr('/ip4/127.0.0.1/tcp/8030/ws'))

nodeA = libp2p(peerA)
nodeA.start(done)
})

it('prepare node B', (done) => {
peerB.multiaddr.add(multiaddr('/ip4/127.0.0.1/tcp/8040/websockets'))
peerB.multiaddr.add(multiaddr('/ip4/127.0.0.1/tcp/8040/ws'))

nodeB = libp2p(peerB)
nodeB.start(done)
Expand Down

0 comments on commit 742e673

Please sign in to comment.