mirror of https://github.com/embarklabs/embark.git
fix(@embark/pipeline): Support embarkjs-whisper with external pipeline
Support embarkjs-whisper with external pipeline. `embarkjs-whisper` is required by code that is through the VM, and therefore the `embark` package needs to be able to resolve `embarkjs-whisper`.
This commit is contained in:
parent
36be50e5dc
commit
447f6f8973
|
@ -98,6 +98,7 @@
|
||||||
"embarkjs": "^4.0.0",
|
"embarkjs": "^4.0.0",
|
||||||
"embarkjs-ipfs": "^4.0.0",
|
"embarkjs-ipfs": "^4.0.0",
|
||||||
"embarkjs-swarm": "^4.0.0",
|
"embarkjs-swarm": "^4.0.0",
|
||||||
|
"embarkjs-whisper": "4.0.0",
|
||||||
"eth-ens-namehash": "2.0.8",
|
"eth-ens-namehash": "2.0.8",
|
||||||
"ethereumjs-tx": "1.3.7",
|
"ethereumjs-tx": "1.3.7",
|
||||||
"ethereumjs-util": "6.0.0",
|
"ethereumjs-util": "6.0.0",
|
||||||
|
|
Loading…
Reference in New Issue