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

Commit

Permalink
update dependencies, with special attention to the new, improved/fixe…
Browse files Browse the repository at this point in the history
…d swarm :)
  • Loading branch information
daviddias committed Apr 24, 2016
1 parent a846012 commit 9a3eec3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"homepage": "https://github.com/ipfs/js-libp2p-ipfs#readme",
"devDependencies": {
"chai": "^3.5.0",
"aegir": "^2.1.1",
"aegir": "^2.1.2",
"pre-commit": "^1.1.2"
},
"dependencies": {
"libp2p-spdy": "^0.3.0",
"libp2p-swarm": "^0.10.4",
"libp2p-spdy": "^0.3.1",
"libp2p-swarm": "^0.12.0",
"libp2p-tcp": "^0.4.0",
"libp2p-websockets": "^0.3.2",
"multiaddr": "^1.3.0",
"peer-id": "^0.6.0",
"peer-info": "^0.6.0"
"multiaddr": "^1.4.1",
"peer-id": "^0.6.6",
"peer-info": "^0.6.2"
},
"aegir": {
"webpack": {
Expand Down

0 comments on commit 9a3eec3

Please sign in to comment.