Skip to content

Commit 6f9f997

Browse files
TitozzzRuslan Lesiutin
authored andcommitted
revert renaming
1 parent f65d633 commit 6f9f997

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
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:polyfills",
765+
"//xplat/js/react-native-github/packages/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
],
File renamed without changes.

packages/js-polyfills/BUCK renamed to packages/polyfills/BUCK

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

2323
rn_library(
2424
name = "polyfills",
25-
base_path = relative_path_to_js_root() + "node_modules/@react-native/js-polyfills/",
25+
base_path = relative_path_to_js_root() + "node_modules/@react-native/polyfills/",
2626
is_polyfill = True,
2727
labels = [
2828
"pfh:ReactNative_CommonInfrastructurePlaceholder",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/js-polyfills/package.json renamed to packages/polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "[email protected]:facebook/react-native.git",
8-
"directory": "packages/js-polyfills"
8+
"directory": "packages/polyfills"
99
},
1010
"license": "MIT"
1111
}

0 commit comments

Comments
 (0)