Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 27, 2016
1 parent 62cc2a5 commit 75c0018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"fs-blob-store": "^5.2.1",
"glob": "^7.0.3",
"hapi": "^13.4.1",
"ipfs-bitswap": "^0.4.1",
"ipfs-bitswap": "^0.6.0",
"ipfs-api": "^6.0.1",
"ipfs-block": "^0.3.0",
"ipfs-block-service": "^0.4.0",
Expand All @@ -77,8 +77,8 @@
"ipfs-unixfs-engine": "^0.9.0",
"isstream": "^0.1.2",
"joi": "^8.0.5",
"libp2p-ipfs": "^0.11.0",
"libp2p-ipfs-browser": "^0.10.0",
"libp2p-ipfs": "^0.12.0",
"libp2p-ipfs-browser": "^0.12.0",
"lodash.get": "^4.3.0",
"lodash.set": "^4.2.0",
"mafmt": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/core/node-only/test-swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('swarm', function () {
it('libp2p.swarm.localAddrs', (done) => {
nodeB.libp2p.swarm.localAddrs((err, res) => {
expect(err).to.not.exist
expect(res.length).to.equal(2)
expect(res.length > 1).to.equal(true)
done()
})
})
Expand Down

0 comments on commit 75c0018

Please sign in to comment.