Merge commit 'ab745d3b' into develop
Conflicts: libjsqrc/ethereumjs/.travis.yml libjsqrc/ethereumjs/README.md libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/lib/abi.js libjsqrc/ethereumjs/package.json
Showing
This diff is collapsed.
This diff is collapsed.
| ... | ... | @@ -25,12 +25,14 @@ |
| "jshint": ">=2.5.0", | ||
| "uglifyify": "^2.6.0", | ||
| "unreachable-branch-transform": "^0.1.0", | ||
| "vinyl-source-stream": "^1.0.0" | ||
| "vinyl-source-stream": "^1.0.0", | ||
| "mocha": ">=2.1.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "gulp", | ||
| "watch": "gulp watch", | ||
| "lint": "gulp lint" | ||
| "lint": "gulp lint", | ||
| "test": "mocha" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... |
test/abi.parsers.js
0 → 100644
test/db.methods.js
0 → 100644
test/eth.methods.js
0 → 100644
test/mocha.opts
0 → 100644
test/shh.methods.js
0 → 100644
test/utils.js
0 → 100644
test/web3.methods.js
0 → 100644
Please register or sign in to comment