Skip to content

Commit

Permalink
Drop Node 6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 16, 2019
1 parent cad11e9 commit 57fcb86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"tmp": "^0.1.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
}
}

0 comments on commit 57fcb86

Please sign in to comment.