aboutsummaryrefslogtreecommitdiff
path: root/js/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'js/WORKSPACE')
-rw-r--r--js/WORKSPACE14
1 files changed, 0 insertions, 14 deletions
diff --git a/js/WORKSPACE b/js/WORKSPACE
deleted file mode 100644
index b364e5f..0000000
--- a/js/WORKSPACE
+++ /dev/null
@@ -1,14 +0,0 @@
-workspace(name = "org_brotli_js")
-
-http_archive(
- name = "io_bazel_rules_closure",
- sha256 = "a80acb69c63d5f6437b099c111480a4493bad4592015af2127a2f49fb7512d8d",
- strip_prefix = "rules_closure-0.7.0",
- urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.7.0.tar.gz",
- "https://github.com/bazelbuild/rules_closure/archive/0.7.0.tar.gz",
- ],
-)
-
-load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
-closure_repositories()