From 948ca6a729562be355e91aa0ec6b5c945adcd42c Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 29 Jan 2017 17:11:11 +0000 Subject: [PATCH] fix: switch to dag-cbor 0.8.2, the switch to borc in 0.8.3 introduced a bug --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 737f7cf..260217e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "ipfs-block": "^0.5.4", "ipfs-block-service": "^0.8.1", "ipfs-repo": "^0.11.2", - "ipld-dag-cbor": "^0.8.4", + "ipld-dag-cbor": "0.8.2", "ipld-dag-pb": "^0.9.4", "ipld-eth-block": "^2.2.1", "is-ipfs": "^0.2.1", @@ -70,4 +70,4 @@ "kumavis ", "wanderer " ] -} \ No newline at end of file +}