Skip to content

Commit 0418c38

Browse files
authored
chore(docs): Update jq.bzl
1 parent e5c0bc3 commit 0418c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jq/jq.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jq(
2121
2222
Remove a field from `package.json`:
2323
24-
> The output path `bazel-out/.../package.json` matches the path of the source file,
25-
> which means you must refer to the label `:no_dev_deps` to reference the output,
26-
> since Bazel doesn't provide a label for an output file that collides with an input file.
24+
> The output path `bazel-out/.../package.json` matches the path of the source file.
25+
> However Bazel doesn't provide a label for an output file that collides with an input file.
26+
> This means you must refer to the label of the target (`:no_dev_deps`) to reference the output json file.
2727
2828
```starlark
2929
jq(

0 commit comments

Comments
 (0)