Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@ColinHeathman ColinHeathman released this 17 Oct 17:20

MODULE.bazel setup:

bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.8.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "e8ed138a3bf419c81cbb1c767d049e721e06909328d0740d55a983a69ea15226",
    strip_prefix = "rules_nodejs_gazelle-0.8.0",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/releases/download/v0.8.0/rules_nodejs_gazelle-v0.8.0.tar.gz",
)