From 79532e01c6270e655a3ded41112f32f14b9b4a0e Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 14 Sep 2015 11:19:22 +0100 Subject: [PATCH] update dependencies to work with nodev4 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 09fd44f..2b0d9db 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "keywords": [ "IPFS" ], + "engines" : { "node" : "^4.0.0" }, "author": "David Dias ", "license": "MIT", "bugs": { @@ -20,7 +21,7 @@ "homepage": "https://github.com/diasdavid/abstract-record-store", "dependencies": { "ecdsa": "^0.6.0", - "ipld": "^0.1.3", + "ipld": "^0.2.0", "multihashing": "^0.1.3", "timed-tape": "^0.1.0" }