From 4aadbf5e4fcf559e7c91378e5d9ea323933117e3 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sun, 18 Dec 2016 01:24:49 +1100 Subject: [PATCH] package: bump minimaldata to avoid recursive bitcoins --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33121d2..95f7f33 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "bs58": "^3.0.0", "cb-http-client": "^0.2.0", "coinselect": "^3.1.1", - "minimaldata": "^1.0.0", + "minimaldata": "^1.0.2", "mocha": "^3.1.0", "nyc": "^8.1.0", "proxyquire": "^1.4.0",