Skip to content

Commit

Permalink
feat: require Node.js 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove support for Node.js < 6
  • Loading branch information
pvdlg committed May 1, 2018
1 parent 3665b03 commit 16a8292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js

node_js:
- 9
- 10
- 8
- 6
- 4

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"xo": "^0.20.0"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"lib/*.js",
Expand Down

0 comments on commit 16a8292

Please sign in to comment.