Skip to content

Commit

Permalink
[JS] Updating rules_nodejs to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Apr 22, 2021
1 parent 95dc027 commit de8f703
Show file tree
Hide file tree
Showing 3 changed files with 22,407 additions and 24 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -137,8 +137,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "1134ec9b7baee008f1d54f0483049a97e53a57cd3913ec9d6db625549c98395a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.0/rules_nodejs-3.4.0.tar.gz"],
sha256 = "a160d9ac88f2aebda2aa995de3fa3171300c076f06ad1d7c2e1385728b8442fa",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.1/rules_nodejs-3.4.1.tar.gz"],
)

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

0 comments on commit de8f703

Please sign in to comment.