From b8944d7b1c7b4dfccb20ffabe92bc4abe5075d83 Mon Sep 17 00:00:00 2001 From: Alex Rea Date: Thu, 15 Dec 2016 14:48:22 +0000 Subject: [PATCH] We need solc to run our tests. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 755c993..f353ad2 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "solidity-parser": "git+https://github.com/ConsenSys/solidity-parser.git#master" }, "devDependencies": { - "mocha": "^3.1.0" + "mocha": "^3.1.0", + "solc": "^0.4.6" } }