Skip to content

Commit

Permalink
Upgrade to ESLint 7 and require Node.js 10 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex1st authored May 18, 2020
1 parent 274625a commit a8f45f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- '14'
- '12'
- '10'
- '8'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"test": "grunt"
Expand All @@ -26,8 +26,8 @@
"report"
],
"dependencies": {
"chalk": "^2.1.0",
"eslint": "^6.0.1"
"chalk": "^4.0.0",
"eslint": "^7.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down

0 comments on commit a8f45f6

Please sign in to comment.