From 45e143598c7da31d2ba782f55dfdffa4ce20f8e3 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 22 Mar 2016 14:26:42 +0000 Subject: [PATCH] update ipld dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8eb994..f470fbd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/diasdavid/interface-record-store", "dependencies": { "ecdsa": "^0.6.0", - "ipld": "^0.2.0", + "ipld": "^0.4.0", "multihashing": "^0.1.3", "timed-tape": "^0.1.0" }