From d9e0d463b3eab15985e33d98e4917daa153e86d1 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 7 May 2018 09:32:06 -0400 Subject: [PATCH] Updated package.json to include embark 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84e2712..65327da 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "elliptic-curve": "^0.1.0", - "embark": "^2.7.0", + "embark": "^3.0.0", "ethereumjs-util": "^5.1.5", "web3": "^1.0.0-beta.34" }