HU language typo and missing items (#996)

* HU language

* run eslint on hu.js

* Last HU typo

* package.json valid required node engine syntax

Package.json required node engine version can contain multiple rules separated with ||. With this mode package-lock.json will be valid and error codes does not diplay.

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
This commit is contained in:
Csaba Balázs
2021-12-03 08:47:35 +01:00
committed by GitHub
parent 8f3ef734bc
commit 0aca0455ab
2 changed files with 155 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"url": "https://github.com/louislam/uptime-kuma.git"
},
"engines": {
"node": "14.* >=16.*"
"node": "14.* || >=16.*"
},
"scripts": {
"install-legacy": "npm install --legacy-peer-deps",