build: fix bad merge onto patch branch (#25729)

PR Close #25729
This commit is contained in:
Alex Eagle 2018-08-29 12:11:47 -07:00 committed by Matias Niemelä
parent 3e690e0062
commit 0a3dd872e3

View File

@ -10,13 +10,6 @@ http_archive(
sha256 = "2977cdbc8ae0eed7d4186385af56a50a3321a549e2136a959998bba89d2edb6e",
)
http_archive(
name = "build_bazel_rules_nodejs",
urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.11.4.zip"],
strip_prefix = "rules_nodejs-0.11.4",
sha256 = "c31c4ead696944a50fad2b3ee9dfbbeffe31a8dcca0b21b9bf5b3e6c6b069801",
)
http_archive(
name = "bazel_skylib",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/0.3.1.zip"],