chore: update engines requirement in package.json

pull/552/head
Amio 2022-03-27 12:03:41 +08:00
rodzic 38c6f4237b
commit 7fb223812c
2 zmienionych plików z 3 dodań i 2 usunięć

1
package-lock.json wygenerowano
Wyświetl plik

@ -4,6 +4,7 @@
"requires": true,
"packages": {
"": {
"name": "badgen.net",
"license": "ISC",
"dependencies": {
"@sentry/integrations": "^6.6.0",

Wyświetl plik

@ -72,8 +72,8 @@
"typescript": "^4.2.4"
},
"engines": {
"node": "14.x",
"npm": "7.x"
"node": ">=14.x",
"npm": ">=7.x"
},
"volta": {
"node": "14.15.5",