Skip to content

4.7.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 01 Mar 00:41
· 403 commits to stable since this release

There are no npm packages published for this release, since they are the same as 4.6.x

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

# or for core package
http_archive(
    name = "rules_nodejs",
    sha256 = "028a98df48fd33c9932b3a442a3f55fee5f169d5e3670b3bc48b801f94e012a0",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.7.0/rules_nodejs-core-4.7.0.tar.gz"],
)