Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit ee9f7c1

Browse files
authored
Breaking: drop support for Node v6 (#54)
* Breaking: drop support for Node v6 * Update engines in package.json
1 parent 5d2ec4f commit ee9f7c1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "6"
53
- "8"
64
- "9"
75
- "10"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"version": "4.0.3",
77
"engines": {
8-
"node": ">=4.0.0"
8+
"node": ">=8.0.0"
99
},
1010
"repository": "eslint/eslint-scope",
1111
"bugs": {

0 commit comments

Comments
 (0)