Add ethjs-abi dependency needed in ERC827 tests

This commit is contained in:
AugustoL
2018-01-17 11:22:09 -03:00
parent 2b008f4cb6
commit 969466b8fd

View File

@ -56,6 +56,7 @@
"truffle-hdwallet-provider": "0.0.3"
},
"dependencies": {
"dotenv": "^4.0.0"
"dotenv": "^4.0.0",
"ethjs-abi": "^0.2.1"
}
}