From 6e5a2c75855f30d180b9470e3c80566fcc55e49b Mon Sep 17 00:00:00 2001 From: haad Date: Sat, 7 May 2016 11:19:11 +0200 Subject: [PATCH] Use latest ipfs modules --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 549d12b..84418c5 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "babel-plugin-transform-runtime": "^6.7.5", "babel-preset-es2015": "^6.6.0", "eslint": "^2.3.0", - "ipfs-api": "^3.0.0", - "ipfsd-ctl": "^0.12.0", + "ipfs-api": "^3.0.2", + "ipfsd-ctl": "^0.13.0", "json-loader": "^0.5.4", "lodash": "^4.3.0", "mocha": "^2.4.5",