We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800c370 commit 64c9226Copy full SHA for 64c9226
.travis.yml
@@ -4,6 +4,7 @@ notifications:
4
email: false
5
node_js:
6
- 10
7
+ - 12.0
8
- 12
9
- 14
10
- node
package.json
@@ -38,7 +38,7 @@
38
"kcd-scripts": "^6.0.0"
39
},
40
"peerDependencies": {
41
- "eslint": ">=6"
+ "eslint": "^7.0.0"
42
43
"eslintConfig": {
44
"extends": "./node_modules/kcd-scripts/eslint.js"
@@ -49,7 +49,7 @@
49
"dist"
50
],
51
"engines": {
52
- "node": ">=10",
+ "node": "^10.12.0 || >=12.0.0",
53
"npm": ">=6",
54
"yarn": ">=1"
55
}
0 commit comments