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

Breaking: drop support for Node v6 #54

Merged
merged 2 commits into from
Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"version": "4.0.3",
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aladdin-add Thanks for the reminder!

For the team: do we care about this matching eslint/eslint? It looks like we treat each project independently in this regard.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the packages that eslint depended should have a same/wider range. so I think it's fine to be as is.

},
"repository": "eslint/eslint-scope",
"bugs": {
Expand Down