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

Commit a0bf4b1

Browse files
author
Kai Cataldo
committed
Breaking: drop support for Node < 10
1 parent cdcb92b commit a0bf4b1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: node_js
22
node_js:
3-
- 6
4-
- 7
3+
- 10
4+
- 12

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
},
2222
"homepage": "https://github.com/not-an-aardvark/eslint-canary#readme",
2323
"devDependencies": {
24-
"eslint": "^4.19.1",
25-
"eslint-config-eslint": "^3.0.0",
26-
"npm": "^3.10.10"
24+
"eslint": "^6.8.0",
25+
"eslint-config-eslint": "^6.0.0",
26+
"npm": "^6.13.4"
2727
},
2828
"dependencies": {
29-
"chai": "^3.5.0",
30-
"cross-spawn": "^6.0.5",
31-
"js-yaml": "^3.7.0"
29+
"chai": "^4.2.0",
30+
"cross-spawn": "^7.0.1",
31+
"js-yaml": "^3.13.1"
3232
},
3333
"engines": {
34-
"node": ">=6"
34+
"node": ">=10"
3535
}
3636
}

0 commit comments

Comments
 (0)