build(bazel): update to rules_nodejs 0.18.6 (#28699)

PR Close #28699
This commit is contained in:
Greg Magolan
2019-02-13 09:47:22 -08:00
committed by Miško Hevery
parent 3ca6c928f9
commit e2b3be87cb
7 changed files with 15 additions and 16 deletions

View File

@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Fetch rules_nodejs so we can install our npm dependencies
http_archive(
name = "build_bazel_rules_nodejs",
strip_prefix = "rules_nodejs-0.16.8",
urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.16.8.zip"],
sha256 = "1416d03823fed624b49a0abbd9979f7c63bbedfd37890ddecedd2fe25cccebc6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.6/rules_nodejs-0.18.6.tar.gz"],
)
# Fetch sass rules for compiling sass files