From 3ed141fcc4114feebdc14fc668045b76e99c7bdd Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Mon, 27 Aug 2018 02:37:01 -0300 Subject: [PATCH] add needed dev-dependency to test merkle proof --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c0cf4b..2aece0d 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-react": "^7.8.2" + "eslint-plugin-react": "^7.8.2", + "ethereumjs-util": "^5.2.0" } }