build: update buildifier to latest (#24296)

this matches the version in ngcontainer:0.3.1

PR Close #24296
This commit is contained in:
Alex Eagle
2018-06-04 10:45:27 -07:00
committed by Miško Hevery
parent 0d07d273dc
commit c2b5ebfa24
22 changed files with 68 additions and 67 deletions

View File

@ -1,7 +1,7 @@
package(default_visibility = ["//visibility:public"])
load("//tools:defaults.bzl", "npm_package")
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library", "ts_config")
load("@build_bazel_rules_typescript//:defs.bzl", "ts_config", "ts_library")
ts_config(
name = "tsconfig",

View File

@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
load("//tools:defaults.bzl", "ts_library", "ng_package")
load("//tools:defaults.bzl", "ng_package", "ts_library")
ts_library(
name = "fake_core",