Skip to content

Commit

Permalink
fix: remove duplicate Importing
Browse files Browse the repository at this point in the history
  • Loading branch information
86 authored and alexeagle committed Jul 31, 2020
1 parent 857471e commit 23f80cf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/labs/package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ def npm_bazel_labs_dependencies():
],
)

_maybe(
http_archive,
name = "com_github_grpc_grpc_web",
sha256 = "04460e28ffa80bfc797a8758da10ba40107347ef0af8e9cc065ade10398da4bb",
strip_prefix = "grpc-web-1.0.7",
urls = [
"https://github.com/grpc/grpc-web/archive/1.0.7.tar.gz",
],
)

_maybe(
http_archive,
name = "rules_proto",
Expand Down

0 comments on commit 23f80cf

Please sign in to comment.