Skip to content

Commit

Permalink
[js] updating rules_nodejs to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 14, 2021
1 parent a83f9be commit db30b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -123,8 +123,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "c9c5d60d6234d65b06f86abd5edc60cadd1699f739ee49d33a099d2d67eb1ae8",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.0/rules_nodejs-4.4.0.tar.gz"],
sha256 = "4501158976b9da216295ac65d872b1be51e3eeb805273e68c516d2eb36ae1fbb",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.1/rules_nodejs-4.4.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
Expand Down

0 comments on commit db30b7f

Please sign in to comment.