Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Feb 8, 2019
1 parent ea961c4 commit c8a4a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/npm_package/npm_package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ NPM_PACKAGE_ATTRS = {
doc = """Other npm_package rules whose content is copied into this package.""",
allow_files = True,
),
"replacements": attr.string_dict(
doc = """Key-value pairs which are replaced in all the files while building the package.""",
),
"replace_with_version": attr.string(
doc = """If set this value is replaced with the version stamp data.
See the section on stamping in the README.""",
default = "0.0.0-PLACEHOLDER",
),
"replacements": attr.string_dict(
doc = """Key-value pairs which are replaced in all the files while building the package.""",
),
"deps": attr.label_list(
doc = """Other targets which produce files that should be included in the package, such as `rollup_bundle`""",
aspects = [sources_aspect],
Expand Down

0 comments on commit c8a4a74

Please sign in to comment.