Skip to content

Commit

Permalink
remove stray TODO (#1839)
Browse files Browse the repository at this point in the history
When the `publishable` attribute was added, the default was already `False`, so there is no TODO to DO
  • Loading branch information
alexeagle authored Jul 3, 2024
1 parent 1696b07 commit f87ccb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion npm/private/npm_package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ def npm_package(
)
srcs = srcs + [files_target]

# TODO(2.0): switch to false
if publishable:
js_binary(
name = "{}.publish".format(name),
Expand Down

0 comments on commit f87ccb5

Please sign in to comment.