Skip to content

Commit 358011e

Browse files
committed
feat: constraint npm,yarn version
1 parent b0bd34c commit 358011e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"author": "Martin Hochel",
2121
"license": "MIT",
2222
"engines": {
23-
"node": ">=8.5"
23+
"node": ">=8.5",
24+
"npm": ">=6.0",
25+
"yarn": "^1.0"
2426
},
2527
"scripts": {
2628
"postinstall": "node scripts/init.js",

0 commit comments

Comments
 (0)