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:
parent
61dd113932
commit
af27a71a53
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue