Skip to content

Commit

Permalink
Merge pull request protocolbuffers#349 from lidizheng/json-public
Browse files Browse the repository at this point in the history
Make Bazel rule ":json" publicly visible
  • Loading branch information
haberman authored Dec 11, 2020
2 parents 5797d95 + f72c26c commit f389384
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,7 @@ cc_library(
"upb/json_encode.h",
],
copts = UPB_DEFAULT_COPTS,
visibility = [
"//tests:__pkg__",
"//upb/bindings/lua:__pkg__",
],
visibility = ["//visibility:public"],
deps = [
":port",
":reflection",
Expand Down

0 comments on commit f389384

Please sign in to comment.