build: update to latest bazel rules (#21821)

PR Close #21821
This commit is contained in:
Alex Eagle
2018-01-26 18:10:45 -08:00
committed by Misko Hevery
parent 5778bb820a
commit a1cc02f0bd
5 changed files with 9 additions and 8 deletions

View File

@ -7,4 +7,7 @@ ts_library(
testonly = 1,
srcs = glob(["**/*.ts"]),
module_name = "@angular/service-worker/testing",
deps = [
"@rxjs",
],
)