mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-03 08:42:53 +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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12",
|
||||
"npm": ">= 6",
|
||||
"yarn": ">=1.20.0"
|
||||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
||||
Reference in New Issue
Block a user