Поправка минимальной версии node

This commit is contained in:
Book Pauk
2022-08-16 15:35:13 +07:00
parent 78be5a9856
commit f5ca8155b4
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"license": "CC0-1.0",
"repository": "bookpauk/inpx-web",
"engines": {
"node": ">=14.4.0"
"node": ">=16.16.0"
},
"scripts": {
"dev": "nodemon --inspect --ignore server/.inpx-web --ignore client --exec 'node server --lib-dir=.inpx-web/lib'",