mirror of https://github.com/embarklabs/embark.git
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:
parent
2c6c9489fc
commit
0253c90111
|
@ -51,9 +51,11 @@
|
||||||
"colors": "1.3.2",
|
"colors": "1.3.2",
|
||||||
"embark-i18n": "^4.1.0-beta.1",
|
"embark-i18n": "^4.1.0-beta.1",
|
||||||
"ethereumjs-wallet": "0.6.3",
|
"ethereumjs-wallet": "0.6.3",
|
||||||
|
"find-up": "2.1.0",
|
||||||
"follow-redirects": "1.5.7",
|
"follow-redirects": "1.5.7",
|
||||||
"fs-extra": "7.0.1",
|
"fs-extra": "7.0.1",
|
||||||
"fuzzy": "0.1.3",
|
"fuzzy": "0.1.3",
|
||||||
|
"globule": "1.2.1",
|
||||||
"merge": "1.2.1",
|
"merge": "1.2.1",
|
||||||
"multihashes": "0.4.14",
|
"multihashes": "0.4.14",
|
||||||
"ora": "2.1.0",
|
"ora": "2.1.0",
|
||||||
|
|
Loading…
Reference in New Issue