Skip to content

Commit 32e6c10

Browse files
committed
Update engines.node entry with npm, git, and yarn
1 parent 415b35d commit 32e6c10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"license": "Apache-2.0",
99
"main": "index.js",
1010
"engines": {
11-
"node": ">=18"
11+
"node": ">=16.6.0",
12+
"npm": ">=7.19.0",
13+
"git": ">=2.11.0",
14+
"yarn": ">=1.7.0"
1215
},
1316
"scripts": {
1417
"lint": "eslint .",

0 commit comments

Comments
 (0)