Skip to content

Commit f7be7a4

Browse files
committed
revert buck changes
1 parent 4abf495 commit f7be7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

packages/normalize-colors/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load("@fbsource//tools/build_defs/third_party:yarn_defs.bzl", "yarn_workspace")
22
load("@fbsource//xplat/js:JS_DEFS.bzl", "rn_library")
33

44
rn_library(
5-
name = "normalize-colors",
5+
name = "normalize-color",
66
labels = [
77
"pfh:ReactNative_CommonInfrastructurePlaceholder",
88
"supermodule:xplat/default/public.react_native.core",

0 commit comments

Comments
 (0)