mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 09:16:22 +01:00

[BUGFIX] Change versionnumber to 22.5.1 and change operator to or

This commit is contained in:
gittibitti 2024-09-17 12:24:16 +02:00 committed by Łukasz Uznański
parent 61dd113932
commit af27a71a53

View file

@ -10,7 +10,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"engines": { "engines": {
"node": ">=20.17.0 <22.5.0", "node": "^20.17.0 || ^22.5.1",
"npm": "^10.8.0" "npm": "^10.8.0"
}, },
"scripts": { "scripts": {