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

Commit

Permalink
update the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 14, 2016
1 parent 349a362 commit b3ff4a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-ipfs",
"version": "0.2.0",
"version": "0.3.0",
"description": "The libp2p build (module) used by js-ipfs on Node.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"pre-commit": "^1.1.2"
},
"dependencies": {
"libp2p-spdy": "^0.2.3",
"libp2p-swarm": "^0.9.0",
"libp2p-spdy": "^0.3.0",
"libp2p-swarm": "^0.10.2",
"libp2p-tcp": "^0.4.0",
"multiaddr": "^1.3.0",
"peer-id": "^0.6.0",
Expand Down

0 comments on commit b3ff4a5

Please sign in to comment.