Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit a0672ee

Browse files
committed
Update rules_nodejs commit
1 parent d4ebbf3 commit a0672ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ workspace(name = "angular_bazel_example")
1414
# Allows Bazel to run tooling in Node.js
1515
http_archive(
1616
name = "build_bazel_rules_nodejs",
17-
url = "https://github.com/gregmagolan/rules_nodejs/archive/08740c1e4b551377c7ca025428e0b81a28e7f3df.zip",
18-
strip_prefix = "rules_nodejs-08740c1e4b551377c7ca025428e0b81a28e7f3df",
19-
sha256 = "81cc5e0fb0aaf089308a7847cdb86fd8c3048c0a8e4d49c6ffa7710c36faf134",
17+
url = "https://github.com/gregmagolan/rules_nodejs/archive/d450dbff75a1a6a0833a643c6ffb9731293258dd.zip",
18+
strip_prefix = "rules_nodejs-d450dbff75a1a6a0833a643c6ffb9731293258dd",
19+
sha256 = "9f230129c813b55289051f25e09a763a40994cb95c4bbc36484a98d8adf156b3",
2020
)
2121

2222
# The Bazel buildtools repo contains tools like the BUILD file formatter, buildifier

0 commit comments

Comments
 (0)