diff --git a/package.json b/package.json index 5033efa..e3000f1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "test" }, "scripts": { - "test": "mocha --timeout 10000" + "test": "mocha --timeout 15000" }, "author": "", "license": "ISC", @@ -17,7 +17,7 @@ "mkdirp": "^0.5.1", "shelljs": "^0.7.4", "sol-explore": "^1.6.2", - "solidity-parser": "git+https://github.com/ConsenSys/solidity-parser.git#master" + "solidity-parser": "^0.2.0" }, "devDependencies": { "crypto-js": "^3.1.9-1",