Skip to content

4.7.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 25 Apr 18:55
· 403 commits to stable since this release

This release doesn't include any npm packages, as they are identical to a previous release.

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "c911b5bd8aee8b0498cc387cacdb5f917098ce477fb4182db07b0ef8a9e045c0",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.7.1/rules_nodejs-4.7.1.tar.gz"],
)

# OR
http_archive(
    name = "rules_nodejs",
    sha256 = "2b66bad65cb67a10413be4e3e1660eae580758ea18ac42d46372391dbb4d003c",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.7.1/rules_nodejs-core-4.7.1.tar.gz"],
)