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:
emizzle 2019-04-08 12:44:28 +10:00 committed by Iuri Matias
parent 36be50e5dc
commit 447f6f8973
1 changed files with 1 additions and 0 deletions

View File

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