From 0253c901117bf910d5724be828bbbc99cbdbbdaf Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 22 May 2019 15:59:15 -0500 Subject: [PATCH] fix(@embark/utils): add find-up and globule to dependencies The embark-utils package, since 4.1.0-beta.1, is a transitive DApp dependency; but it's loaded in the main process (not a child process), so embark-utils' own deps can't be indirectly supplied from embark itself via NODE_PATH. --- packages/embark-utils/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/embark-utils/package.json b/packages/embark-utils/package.json index f86853650..44f7a9cce 100644 --- a/packages/embark-utils/package.json +++ b/packages/embark-utils/package.json @@ -51,9 +51,11 @@ "colors": "1.3.2", "embark-i18n": "^4.1.0-beta.1", "ethereumjs-wallet": "0.6.3", + "find-up": "2.1.0", "follow-redirects": "1.5.7", "fs-extra": "7.0.1", "fuzzy": "0.1.3", + "globule": "1.2.1", "merge": "1.2.1", "multihashes": "0.4.14", "ora": "2.1.0",