Compare commits

...

1 Commits

Author SHA1 Message Date
Agusti Fernandez Pardo e9fb3b14ba feat: allow v15.x in engines for api 2022-05-20 22:58:09 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
]
},
"engines": {
"node": ">=14.x <15",
"node": ">=14.x <15.x",
"npm": ">=7.0.0",
"yarn": ">=1.19.0 < 2.0.0"
},