File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/normalize-colors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ rn_library(
769769 "//xplat/js/RKJSModules/vendor/react-test-renderer:react-test-renderer" ,
770770 "//xplat/js/RKJSModules/vendor/scheduler:scheduler" ,
771771 "//xplat/js/react-native-github/packages/assets:assets" ,
772- "//xplat/js/react-native-github/packages/normalize-colors:normalize-colors " ,
772+ "//xplat/js/react-native-github/packages/normalize-colors:normalize-color " ,
773773 "//xplat/js/react-native-github/packages/polyfills:polyfills" ,
774774 "//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules" ,
775775 "//xplat/js/tools/metro/packages/metro-runtime/src/polyfills:polyfills" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ load("@fbsource//tools/build_defs/third_party:yarn_defs.bzl", "yarn_workspace")
22load ("@fbsource//xplat/js:JS_DEFS.bzl" , "rn_library" )
33
44rn_library (
5- name = "normalize-colors " ,
5+ name = "normalize-color " ,
66 labels = [
77 "pfh:ReactNative_CommonInfrastructurePlaceholder" ,
88 "supermodule:xplat/default/public.react_native.core" ,
You can’t perform that action at this time.
0 commit comments