Skip to content

Commit

Permalink
Node >= v8.0.0 support for web3 1.0
Browse files Browse the repository at this point in the history
Helps with #2913
  • Loading branch information
michaelsbradleyjr committed Jul 23, 2019
1 parent 54feed8 commit d7adf70
Show file tree
Hide file tree
Showing 32 changed files with 247 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js:
- "8"
- "10"
- "11"
- "12"
env:
- CXX=g++-4.8
addons:
Expand All @@ -21,4 +22,3 @@ script:
- npm run-script test-coveralls
after_script:
- cd test/node && npm install && node app.js

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"namespace": "ethereum",
"name": "web3",
"version": "1.0.0",
"version": "1.2.0",
"description": "Ethereum JavaScript API",
"license": "LGPL-3.0",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion dist/web3.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d7adf70

Please sign in to comment.