Skip to content

Commit 9ba036c

Browse files
committed
revert buck changes
1 parent e95c2b5 commit 9ba036c

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
@@ -770,7 +770,7 @@ rn_library(
770770
"//xplat/js/RKJSModules/vendor/scheduler:scheduler",
771771
"//xplat/js/react-native-github/packages/assets:assets",
772772
"//xplat/js/react-native-github/packages/normalize-color:normalize-color",
773-
"//xplat/js/react-native-github/packages/js-polyfills:js-polyfills",
773+
"//xplat/js/react-native-github/packages/js-polyfills:polyfills",
774774
"//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules",
775775
"//xplat/js/tools/metro/packages/metro-runtime/src/polyfills:polyfills",
776776
],

packages/js-polyfills/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn_workspace(
2121
)
2222

2323
rn_library(
24-
name = "js-polyfills",
24+
name = "polyfills",
2525
base_path = relative_path_to_js_root() + "node_modules/@react-native/js-polyfills/",
2626
is_polyfill = True,
2727
labels = [

0 commit comments

Comments
 (0)