Skip to content

Commit

Permalink
Breaking: require node>8
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jun 21, 2019
1 parent 57f0c05 commit 41b47db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
sudo: false
script: "npm test"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ESLint Release Tools",
"main": "./lib/release-ops",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"bin": {
"eslint-generate-release": "./bin/eslint-generate-release.js",
Expand Down

0 comments on commit 41b47db

Please sign in to comment.