Skip to content

Commit

Permalink
Merge d65413c into 9714f30
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed May 15, 2019
2 parents 9714f30 + d65413c commit 23629c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ npm run dev # runs rollup with a watcher
### Support
![browsers](https://img.shields.io/badge/browsers-latest%202%20versions-brightgreen.svg)
![node](https://img.shields.io/badge/node->=6-green.svg)
![node](https://img.shields.io/badge/node->=8-green.svg)
### Community
- [Gitter](https://gitter.im/ethereum/web3.js?source=orgpage)
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = [
{
modules: false,
targets: {
node: '6',
node: '8',
browsers: 'last 2 versions'
}
}
Expand Down

0 comments on commit 23629c5

Please sign in to comment.