Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMitchell-at committed Dec 20, 2024
1 parent ac1323c commit 9b797d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/npm_import.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/npm_translate_lock.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/private/npm_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ def npm_import(
package_visibility: Visibility of generated node_module link targets.
patch_tool: The patch tool.
patch_tool: The patch tool to use. If not specified, the `patch` from `PATH` is used.
patch_args: Arguments to pass to the patch tool.
Expand Down
2 changes: 1 addition & 1 deletion npm/private/npm_translate_lock.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def npm_translate_lock(
Read more: [patching](/docs/pnpm.md#patching)
patch_tool: The patch tool.
patch_tool: The patch tool to use. If not specified, the `patch` from `PATH` is used.
patch_args: A map of package names or package names with their version (e.g., "my-package" or "my-package@v1.2.3")
to a label list arguments to pass to the patch tool. The most specific match wins.
Expand Down

0 comments on commit 9b797d8

Please sign in to comment.