mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-04 20:55:08 +00:00
feat(eslint)!: update node engine restrictions
This commit is contained in:
@@ -10,9 +10,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 12",
|
"node": "^14.18.0 || >=16.0.0"
|
||||||
"npm": ">= 6",
|
|
||||||
"yarn": ">=1.20.0"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user