From d014ee2d6f2e4c59b27f04ee8cef710f1661189c Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Fri, 9 Mar 2018 13:18:59 -0500 Subject: [PATCH] put bitcoreNode attr in package json to enable bitcore to find scripts --- app/package.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index aef6dc9..51bd4c8 100644 --- a/app/package.json +++ b/app/package.json @@ -66,4 +66,4 @@ "node": ">=8" }, "license": "MIT" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 189ea5f..9f76213 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "bitcore", "API" ], + "bitcoreNode": "bitcore-node", "scripts": { "postinstall": "run-s install-app", "install-app": "cd app && npm install",