Skip to content

Commit c21bda1

Browse files
authored
Remove root_package from npm_translate_lock. (#8921)
This attribute is removed in the next major version of `aspect_rules_js`. It's not actually needed here [according to](aspect-build/rules_js#2709 (comment)) a maintainer of `aspect_rules_js`.
1 parent 03fffb2 commit c21bda1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MODULE.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ npm.npm_translate_lock(
6363
name = "flatbuffers_npm",
6464
npmrc = "//:.npmrc",
6565
pnpm_lock = "//ts:pnpm-lock.yaml",
66-
# Override the Bazel package where pnpm-lock.yaml is located and link
67-
# to the specified package instead.
68-
root_package = "ts",
6966
verify_node_modules_ignored = "//:.bazelignore",
7067
)
7168
use_repo(npm, "flatbuffers_npm")

0 commit comments

Comments
 (0)