From 955aab35de765b8c8d926277469f71a264d1f1eb Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 25 Jun 2017 09:47:44 -0400 Subject: [PATCH] Revert "use temporary simulator fork on the test_app to fix web3.js dependency" This reverts commit f077e017e9c72613a7d8d95737d9105e5687952b. --- test_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_app/package.json b/test_app/package.json index dd4459d6d..d1ea282a1 100644 --- a/test_app/package.json +++ b/test_app/package.json @@ -16,6 +16,6 @@ "dependencies": { "embark-babel": "^1.0.0", "embark-service": "./extensions/embark-service", - "ethereumjs-testrpc": "https://github.com/iurimatias/testrpc.git#master" + "ethereumjs-testrpc": "^3.0.3" } }