Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Breaking: drop support for Node < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Dec 23, 2019
1 parent cdcb92b commit a0bf4b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 6
- 7
- 10
- 12
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -21,16 +21,16 @@
},
"homepage": "https://github.com/not-an-aardvark/eslint-canary#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-eslint": "^3.0.0",
"npm": "^3.10.10"
"eslint": "^6.8.0",
"eslint-config-eslint": "^6.0.0",
"npm": "^6.13.4"
},
"dependencies": {
"chai": "^3.5.0",
"cross-spawn": "^6.0.5",
"js-yaml": "^3.7.0"
"chai": "^4.2.0",
"cross-spawn": "^7.0.1",
"js-yaml": "^3.13.1"
},
"engines": {
"node": ">=6"
"node": ">=10"
}
}

0 comments on commit a0bf4b1

Please sign in to comment.