Expand lunit visibility to enable moving lua directory (#14199)

We will soon be moving the upb/lua directory up to the top level, so
this commit updates lunit's visibility to enable that.
pull/14200/head
Adam Cozzette 1 year ago committed by GitHub
parent 617e1912b2
commit cde00514e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      third_party/lunit/BUILD.bazel

@ -3,5 +3,8 @@ exports_files(
"console.lua",
"lunit.lua",
],
visibility = ["//upb/lua:__pkg__"],
visibility = [
"//lua:__pkg__",
"//upb/lua:__pkg__",
],
)

Loading…
Cancel
Save