From 01ebc7a521fb504db9209c23b30ae0c21ef202a4 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Tue, 15 May 2018 15:05:27 -0700 Subject: [PATCH] update insight ref to flosight --- lib/scaffold/default-config.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/scaffold/default-config.js b/lib/scaffold/default-config.js index fb5ca3f3..a61b5e91 100644 --- a/lib/scaffold/default-config.js +++ b/lib/scaffold/default-config.js @@ -79,10 +79,10 @@ function getDefaultConfig(options) { datadir: defaultDataDir, servicesConfig: { 'insight-api': { - cwdRequirePath: 'node_modules/insight-api' + cwdRequirePath: 'node_modules/flosight-api' }, 'insight-ui': { - cwdRequirePath: 'node_modules/insight-ui' + cwdRequirePath: 'node_modules/flosight-ui' } } }; diff --git a/package.json b/package.json index dbf5e069..a2766587 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.0-beta.54", + "version": "5.0.0-beta.55", "main": "./index.js", "repository": "git://github.com/bitpay/flocore-node.git", "homepage": "https://github.com/bitpay/flocore-node",