From ed377d798fd0b625ee3b423dbd6ba21815e83c89 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 6 Dec 2017 10:34:13 -0500 Subject: [PATCH] Revert "use custom repo for IPFS api" This reverts commit bb0d674c65d77a352b88bab314d9a4702d31ad04. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c393e8c5..009cdfe6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "follow-redirects": "^1.2.4", "fs-extra": "^2.0.0", "globule": "^1.1.0", - "ipfs-api": "git+https://github.com/atfornes/js-ipfs-api.git#withDag", + "ipfs-api": "^14.0.3", "merge": "^1.2.0", "mocha": "^2.2.5", "orbit-db": "^0.17.3",