From fe24e1ee269a4ccd00cf06c50bf20c975a5531e2 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 17 Jun 2019 14:34:13 +0200 Subject: [PATCH] chore: update dependencies to released versions multihashing-async and ipfs-repo have been released with a promised-based API, use those. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8841b6c..59cef05 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "cids": "~0.5.7", "dirty-chai": "^2.0.1", "ipfs-block": "~0.8.0", - "ipfs-repo": "zcstarr/js-ipfs-repo#master", + "ipfs-repo": "~0.27.0", "lodash": "^4.17.11", - "multihashing-async": "multiformats/js-multihashing-async#feat/async-iterators", + "multihashing-async": "~0.7.0", "ncp": "^2.0.0", "promisify-es6": "^1.0.3", "rimraf": "^2.6.3"