Skip to content

Commit

Permalink
Breaking: drop support for Node v6 (#54)
Browse files Browse the repository at this point in the history
* Breaking: drop support for Node v6

* Update engines in package.json
  • Loading branch information
kaicataldo committed Jul 19, 2019
1 parent 5d2ec4f commit ee9f7c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"version": "4.0.3",
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"repository": "eslint/eslint-scope",
"bugs": {
Expand Down

0 comments on commit ee9f7c1

Please sign in to comment.