Update dependency build_bazel_rules_nodejs to v0.18.7 (#1668)

This commit is contained in:
renovate[bot] 2019-02-20 20:04:11 -05:00 committed by Preston Van Loon
parent dcc0672a19
commit 22c44e74af

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.6/rules_nodejs-0.18.6.tar.gz"],
sha256 = "1416d03823fed624b49a0abbd9979f7c63bbedfd37890ddecedd2fe25cccebc6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.7/rules_nodejs-0.18.7.tar.gz"],
sha256 = "a69c5bd317beef982298ea7b5ed8b5c5275d1b55ee199e98a0ca088f8e0c6cce",
)
http_archive(