Merge branch 'master' into feature/contract-directories2

uport
Alex Rea 8 years ago
commit a8bc98848c
  1. 4
      package.json

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

Loading…
Cancel
Save