use temporary simulator fork on the test_app to fix web3.js dependency

This commit is contained in:
Iuri Matias 2017-06-25 08:50:47 -04:00
parent 668509bd52
commit f077e017e9
1 changed files with 1 additions and 1 deletions

View File

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