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 2023-09-25 08:19:42 -07:00 committed by GitHub
parent 617e1912b2
commit cde00514e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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