From 2982ee7012fed5a4d6bda2d58eb93525c7d29e38 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Sat, 14 Jul 2018 14:27:01 +0100 Subject: [PATCH] chore: update mfs dep to make interop tests pass (#1439) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 026a4cad14..55be31800b 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "ipfs-block": "~0.7.1", "ipfs-block-service": "~0.14.0", "ipfs-http-response": "~0.1.2", - "ipfs-mfs": "~0.0.16", + "ipfs-mfs": "~0.1.0", "ipfs-multipart": "~0.1.0", "ipfs-repo": "~0.22.1", "ipfs-unixfs": "~0.1.15",