add needed dev-dependency to test merkle proof

This commit is contained in:
Ricardo Guilherme Schmidt 2018-08-27 02:37:01 -03:00 committed by Barry G
parent b289408e03
commit 3ed141fcc4

View File

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