Skip to content

Commit

Permalink
Remove redundant js_library_glob calls
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: motiz88

Differential Revision: D37717611

fbshipit-source-id: 77ddfb43bb8e9fef4306b6e701d34c4964549730
  • Loading branch information
huntie authored and facebook-github-bot committed Jul 12, 2022
1 parent a322a7a commit a7100a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/assets/BUCK
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
load("@fbsource//tools/build_defs:js_library_glob.bzl", "js_library_glob")
load("@fbsource//tools/build_defs/third_party:yarn_defs.bzl", "yarn_workspace")
load("@fbsource//xplat/js:JS_DEFS.bzl", "rn_library")

rn_library(
name = "assets",
srcs = js_library_glob([
"**/*",
"package.json",
]),
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.core",
Expand Down
5 changes: 0 additions & 5 deletions packages/normalize-color/BUCK
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
load("@fbsource//tools/build_defs:js_library_glob.bzl", "js_library_glob")
load("@fbsource//tools/build_defs/third_party:yarn_defs.bzl", "yarn_workspace")
load("@fbsource//xplat/js:JS_DEFS.bzl", "rn_library")

rn_library(
name = "normalize-color",
srcs = js_library_glob([
"**/*",
"package.json",
]),
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.core",
Expand Down

0 comments on commit a7100a1

Please sign in to comment.