Skip to content

Commit

Permalink
feat: drop Node 6 support (#226)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Now minimum support version is Node 8
  • Loading branch information
ybiquitous authored Jun 16, 2018
1 parent 8198ebf commit 78220d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
8
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- 10
- 8
- 6

cache:
directories:
Expand All @@ -26,7 +25,7 @@ deploy:
api_key: $NPM_TOKEN
on:
tags: true
node: 6
node: 8

notifications:
email: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": "ybiquitous/eslint-config-ybiquitous",
"engines": {
"node": ">=6"
"node": ">=8"
},
"dependencies": {
"eslint-config-airbnb": "^16.0.0",
Expand Down

0 comments on commit 78220d9

Please sign in to comment.