Refactoring node engine version enforcement

This commit is contained in:
Will Boyd
2024-02-27 18:17:25 -05:00
parent 7c2be3206f
commit 5efb8b8cde
4 changed files with 1 additions and 15 deletions
-6
View File
@@ -12,7 +12,6 @@
"camelcase": "^6.0.0",
"chalk": "^4.0.0",
"commander": "^5.0.0",
"compare-versions": "^3.6.0",
"inquirer": "^7.1.0",
"luxon": "^3.4.4",
"request": "^2.88.2",
@@ -451,11 +450,6 @@
"node": ">= 6"
}
},
"node_modules/compare-versions": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz",
"integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA=="
},
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",