[Hotfix] Remove node engines constraint for normalize-color (#39698)

This commit is contained in:
Alex Hunt
2023-09-27 12:18:28 -04:00
committed by GitHub
parent 4c1418a216
commit 73cd7c0e6b
+1 -4
View File
@@ -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"
}