From 0bdf6beda15a435c11825a84bf57e30442ca6cb8 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 17 Jul 2018 16:54:29 +1000 Subject: [PATCH] package: bump to Node 8 and above --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6947a2..b59c693 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Client-side Bitcoin JavaScript library", "main": "./src/index.js", "engines": { - "node": ">=4.0.0" + "node": ">=8.0.0" }, "keywords": [ "bitcoinjs",