We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857471e commit 23f80cfCopy full SHA for 23f80cf
1 file changed
packages/labs/package.bzl
@@ -22,16 +22,6 @@ def npm_bazel_labs_dependencies():
22
],
23
)
24
25
- _maybe(
26
- http_archive,
27
- name = "com_github_grpc_grpc_web",
28
- sha256 = "04460e28ffa80bfc797a8758da10ba40107347ef0af8e9cc065ade10398da4bb",
29
- strip_prefix = "grpc-web-1.0.7",
30
- urls = [
31
- "https://github.com/grpc/grpc-web/archive/1.0.7.tar.gz",
32
- ],
33
- )
34
-
35
_maybe(
36
http_archive,
37
name = "rules_proto",
0 commit comments