Lock down solc dependency version because people can't semver worth shite

This commit is contained in:
Daniel Benton 2017-02-04 18:25:11 -05:00
parent 0942b710e3
commit 630f94f707

View File

@ -34,7 +34,7 @@
"request": "^2.75.0",
"serve-static": "^1.11.1",
"shelljs": "^0.5.0",
"solc": "^0.4.8",
"solc": "0.4.8",
"toposort": "^1.0.0",
"web3": "^0.18.2",
"wrench": "^1.5.8"