Skip to content

Commit

Permalink
Update list of support Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed Mar 22, 2019
1 parent db14fce commit 15a5459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '7'
- '11'
- '10'
- '8'
- '6'
- '5'
- '4'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"engines": {
"node": ">= 0.10.0"
"node": ">= 6.0.0"
},
"dependencies": {
"babel-polyfill": "6.23.0",
Expand Down

0 comments on commit 15a5459

Please sign in to comment.