Skip to content

Commit

Permalink
fix: correct bzl_library target graph (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Dec 3, 2021
1 parent 5991595 commit 07df333
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions nodejs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bzl_library(
visibility = ["//visibility:public"],
deps = [
"//nodejs/private:bzl",
"//nodejs/private/providers:bzl",
"//third_party/github.com/bazelbuild/bazel-skylib:bzl",
],
)
Expand Down
3 changes: 0 additions & 3 deletions third_party/github.com/bazelbuild/bazel-skylib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ bzl_library(
"rules/**/*.bzl",
]),
visibility = ["//visibility:public"],
deps = [
"//internal/npm_install:bzl",
],
)

0 comments on commit 07df333

Please sign in to comment.