Update dependency build_bazel_rules_nodejs to v0.18.6 (#1588)

This commit is contained in:
renovate[bot] 2019-02-14 08:31:02 -05:00 committed by Preston Van Loon
parent 65c2fe22cf
commit 120f5e6c87

View File

@ -35,8 +35,8 @@ http_archive(
http_archive(
name = "build_bazel_rules_nodejs",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.5/rules_nodejs-0.18.5.tar.gz"],
sha256 = "c8cd6a77433f7d3bb1f4ac87f15822aa102989f8e9eb1907ca0cad718573985b",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.6/rules_nodejs-0.18.6.tar.gz"],
sha256 = "1416d03823fed624b49a0abbd9979f7c63bbedfd37890ddecedd2fe25cccebc6",
)
http_archive(