fix(bazel): fixes for ng_package on Windows (#22597)

PR Close #22597
This commit is contained in:
Alex Eagle
2018-03-05 16:47:43 -08:00
committed by Alex Eagle
parent fa974c7d4e
commit 4c40812b71
7 changed files with 22 additions and 16 deletions

View File

@ -17,9 +17,9 @@ node_repositories(package_json = [
http_archive(
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.11.0.zip",
strip_prefix = "rules_typescript-0.11.0",
sha256 = "ce7bac7b5287d5162fcbe4f7c14ff507ae7d506ceb44626ad09f6b7e27d3260b",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.11.1.zip",
strip_prefix = "rules_typescript-0.11.1",
sha256 = "7406bea7954e1c906f075115dfa176551a881119f6820b126ea1eacb09f34a1a",
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")