mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-12-01 07:43:50 -05:00
CLI: update supported node versions to >= 10
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"useless"
|
||||
],
|
||||
"engines": {
|
||||
"node": "^12 || ^14 || >=16"
|
||||
"node": ">=10"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user