We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415b35d commit 32e6c10Copy full SHA for 32e6c10
1 file changed
package.json
@@ -8,7 +8,10 @@
8
"license": "Apache-2.0",
9
"main": "index.js",
10
"engines": {
11
- "node": ">=18"
+ "node": ">=16.6.0",
12
+ "npm": ">=7.19.0",
13
+ "git": ">=2.11.0",
14
+ "yarn": ">=1.7.0"
15
},
16
"scripts": {
17
"lint": "eslint .",
0 commit comments