Skip to content

Commit

Permalink
normalize-colors should not impose node >= 18
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Oct 12, 2023
1 parent 79ded77 commit 6f1b8ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/normalize-color/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}

0 comments on commit 6f1b8ed

Please sign in to comment.