Skip to content

Commit

Permalink
revert renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz authored and Ruslan Lesiutin committed Nov 25, 2022
1 parent f65d633 commit 6f9f997
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ rn_library(
"//xplat/js/RKJSModules/vendor/scheduler:scheduler",
"//xplat/js/react-native-github/packages/assets:assets",
"//xplat/js/react-native-github/packages/normalize-color:normalize-color",
"//xplat/js/react-native-github/packages/js-polyfills:polyfills",
"//xplat/js/react-native-github/packages/polyfills:polyfills",
"//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules",
"//xplat/js/tools/metro/packages/metro-runtime/src/polyfills:polyfills",
],
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/js-polyfills/BUCK → packages/polyfills/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn_workspace(

rn_library(
name = "polyfills",
base_path = relative_path_to_js_root() + "node_modules/@react-native/js-polyfills/",
base_path = relative_path_to_js_root() + "node_modules/@react-native/polyfills/",
is_polyfill = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "[email protected]:facebook/react-native.git",
"directory": "packages/js-polyfills"
"directory": "packages/polyfills"
},
"license": "MIT"
}

0 comments on commit 6f9f997

Please sign in to comment.