mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
update rules_nodejs
This commit is contained in:
parent
223aa64626
commit
a8da8faa30
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ def register_repos():
|
|||
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = "f533eeefc8fe1ddfe93652ec50f82373d0c431f7faabd5e6323f6903195ef227",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.3.0/rules_nodejs-3.3.0.tar.gz"],
|
||||
sha256 = "1134ec9b7baee008f1d54f0483049a97e53a57cd3913ec9d6db625549c98395a",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.0/rules_nodejs-3.4.0.tar.gz"],
|
||||
)
|
||||
|
||||
# sass
|
||||
|
|
Loading…
Reference in a new issue