Skip to content

Commit

Permalink
- Fixes a visibility issue with rollup-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Dig-Doug authored and alexeagle committed Sep 20, 2020
1 parent f5ef64f commit 51647be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup/bin/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ nodejs_binary(
"@npm//rollup",
],
entry_point = "//packages/rollup:index.js",
visibility = ["//:__subpackages__"],
visibility = ["//visibility:public"],
)

0 comments on commit 51647be

Please sign in to comment.