Merge "Bazel: Automatically fix lint errors with buildifier 0.20.0" into stable-2.15

This commit is contained in:
Patrick Hiesel
2019-01-10 12:01:01 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,7 @@
load("//tools/bzl:genrule2.bzl", "genrule2")
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_binary", "closure_js_library")
load("//tools/bzl:genrule2.bzl", "genrule2")
load(
"//tools/bzl:js.bzl",
"bower_component",
"bower_component_bundle",
"js_component",
"vulcanize",
)

View File

@@ -1,9 +1,9 @@
load("//lib/js:npm.bzl", "NPM_SHA1S", "NPM_VERSIONS")
NPMJS = "NPMJS"
GERRIT = "GERRIT:"
load("//lib/js:npm.bzl", "NPM_SHA1S", "NPM_VERSIONS")
def _npm_tarball(name):
return "%s@%s.npm_binary.tgz" % (name, NPM_VERSIONS[name])