mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-18 14:13:24 +09:00
Merge pull request #478 from pixie-cheeks/check_node_ver
Project Root: Add minimum npm & node version requirements
This commit is contained in:
Generated
+4
@@ -16,6 +16,10 @@
|
|||||||
"jest": "^29.6.4",
|
"jest": "^29.6.4",
|
||||||
"jest-cli": "^29.6.4",
|
"jest-cli": "^29.6.4",
|
||||||
"plop": "^4.0.1"
|
"plop": "^4.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.0.0",
|
||||||
|
"npm": ">=8.5.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@aashutoshrathi/word-wrap": {
|
"node_modules/@aashutoshrathi/word-wrap": {
|
||||||
|
|||||||
@@ -22,6 +22,10 @@
|
|||||||
"jest-cli": "^29.6.4",
|
"jest-cli": "^29.6.4",
|
||||||
"plop": "^4.0.1"
|
"plop": "^4.0.1"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"npm": ">=8.5.5",
|
||||||
|
"node": ">=18.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"generate": "plop"
|
"generate": "plop"
|
||||||
|
|||||||
Reference in New Issue
Block a user