build: update buildifier to latest (#24296) (#24453)

this matches the version in ngcontainer:0.3.1

PR Close #24296

PR Close #24453
This commit is contained in:
Alex Eagle
2018-06-04 10:45:27 -07:00
committed by Miško Hevery
parent 880b03101e
commit b3089b4963
20 changed files with 66 additions and 65 deletions

View File

@ -1,9 +1,9 @@
load(
"@build_bazel_rules_nodejs//:defs.bzl",
"nodejs_binary",
"jasmine_node_test",
"npm_package",
"node_modules_filegroup",
"nodejs_binary",
"npm_package",
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")