Merge "Bazel: Automatically fix lint errors with buildifier 0.20.0" into stable-2.15
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user