npm version restriction

This commit is contained in:
Yuri Kuznetsov
2022-02-09 14:28:48 +02:00
parent 7ec559ea42
commit c30b907aa0
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View File

@@ -61,6 +61,9 @@
"js-yaml": "^3.13.1",
"pofile": "^1.1.3",
"tar": "^6.1.11"
},
"engines": {
"npm": ">=7"
}
},
"node_modules/@ampproject/remapping": {

View File

@@ -72,5 +72,8 @@
"selectize": {
"minimist": "0.2.1"
}
},
"engines": {
"npm": ">=7"
}
}