Skip to content

Commit

Permalink
refactor: rename npm_link_package_deps to npm_deps and npm_package_st…
Browse files Browse the repository at this point in the history
…ore_deps to npm_package_store_infos
  • Loading branch information
gregmagolan committed Apr 7, 2024
1 parent 0703a2c commit 16420b0
Show file tree
Hide file tree
Showing 21 changed files with 102 additions and 88 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ diff_test(
)

# Example of manually linking a first-party dependency. Its transitive npm dependencies
# are picked up automatically via 'npm_package_store_deps' in the js_library targets that
# are picked up automatically via 'npm_package_store_infos' in the js_library targets that
# the `npm_package` target depends on.
npm_link_package(
name = "node_modules/@mycorp/pkg-b",
Expand Down
16 changes: 8 additions & 8 deletions docs/js_binary.md

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

4 changes: 2 additions & 2 deletions docs/js_info_files.md

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

Loading

0 comments on commit 16420b0

Please sign in to comment.