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 Apr 29, 2018
1 parent 14091c2 commit a8c611c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- 10
- 8
- 6
- 4

os:
- linux
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '{build}'
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"xo": "^0.20.0"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"lib"
Expand Down

0 comments on commit a8c611c

Please sign in to comment.