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.
This commit is contained in:
Michael Bradley, Jr 2019-05-22 15:59:15 -05:00 committed by Michael Bradley
parent 2c6c9489fc
commit 0253c90111
1 changed files with 2 additions and 0 deletions

View File

@ -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",