mirror of https://github.com/embarklabs/embark.git
use temporary simulator fork on the test_app to fix web3.js dependency
This commit is contained in:
parent
668509bd52
commit
f077e017e9
|
@ -16,6 +16,6 @@
|
|||
"dependencies": {
|
||||
"embark-babel": "^1.0.0",
|
||||
"embark-service": "./extensions/embark-service",
|
||||
"ethereumjs-testrpc": "^3.0.3"
|
||||
"ethereumjs-testrpc": "https://github.com/iurimatias/testrpc.git#master"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue