From 86fc4b21e3aa31ecf3c2db27497311e5ac066f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Tue, 24 Jan 2017 17:33:25 +0100 Subject: [PATCH] Add multihashes to package.json Seems to have been missing since https://github.com/ipfs/js-ipfs-api/commit/43148150ec65d143481f6fab6e78bae461b8d745 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cb9b5be65..9afe2fdbb 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "isstream": "^0.1.2", "lru-cache": "^4.0.2", "multiaddr": "^2.1.1", + "multihashes": "^0.3.1", "multipart-stream": "^2.0.1", "ndjson": "^1.5.0", "once": "^1.4.0", @@ -121,4 +122,4 @@ "url": "https://github.com/ipfs/js-ipfs-api/issues" }, "homepage": "https://github.com/ipfs/js-ipfs-api" -} \ No newline at end of file +}