Revert "build: update Bazel to 0.16 (#25316)" (#25391)

This reverts commit 4eb8ac6de9 because 0.16 is not
widely available yet (e.g. on Mac) and it is blocking the Angular release.

PR Close #25391
This commit is contained in:
Kara Erickson
2018-08-08 10:47:26 -07:00
parent 01e62551f5
commit 4b1a825efc
5 changed files with 6 additions and 6 deletions

View File

@ -100,7 +100,7 @@ local_repository(
load("@build_bazel_rules_nodejs//:defs.bzl", "check_bazel_version", "node_repositories", "yarn_install")
check_bazel_version("0.16.0")
check_bazel_version("0.15.0")
node_repositories(
package_json = ["//:package.json"],
preserve_symlinks = True,