Skip to content

Commit f65d633

Browse files
TitozzzRuslan Lesiutin
authored andcommitted
revert buck changes
1 parent 72be41f commit f65d633

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
@@ -762,7 +762,7 @@ rn_library(
762762
"//xplat/js/RKJSModules/vendor/scheduler:scheduler",
763763
"//xplat/js/react-native-github/packages/assets:assets",
764764
"//xplat/js/react-native-github/packages/normalize-color:normalize-color",
765-
"//xplat/js/react-native-github/packages/js-polyfills:js-polyfills",
765+
"//xplat/js/react-native-github/packages/js-polyfills:polyfills",
766766
"//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules",
767767
"//xplat/js/tools/metro/packages/metro-runtime/src/polyfills:polyfills",
768768
],

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)