Skip to content

Commit 5d09fc1

Browse files
alexeaglekormide
andauthored
fix(docs): description of jq example didn't match behavior (#897)
* fix(docs): description of jq example didn't match behavior I think this was wrong? Wish our examples were also executable... --------- Co-authored-by: Derek Cormier <derek@aspect.dev>
1 parent 74ac451 commit 5d09fc1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/jq.md

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jq.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Remove a field from `package.json`:
2727
jq(
2828
name = "no_dev_deps",
2929
srcs = ["package.json"],
30+
out = "package.json",
3031
filter = "del(.devDependencies)",
3132
)
3233
```

0 commit comments

Comments
 (0)