normalize-colors should not impose node >= 18

Summary:
I'm removing the node >= 18 restriction on react-native/normalize-colors as that's unnecessary
as is currently breaking the ecosystem for users on Node 16 on previous versions of React Native.

Changelog:
[General] [Fixed] - normalize-colors should not impose node >= 18

Reviewed By: robhogan

Differential Revision: D50215144

fbshipit-source-id: cdfb90f4274754ad5b04fa2cad339419d45bbcba
This commit is contained in:
Nicola Corti 2023-10-12 05:26:14 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 79ded77fcd
Коммит 6f1b8edc7a
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@react-native/normalize-colors",
"version": "0.74.0",
"version": "0.74.1",
"description": "Color normalization for React Native.",
"license": "MIT",
"repository": {
@ -15,8 +15,5 @@
"normalize-colors",
"react-native"
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">=18"
}
"bugs": "https://github.com/facebook/react-native/issues"
}