Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refine npm query example per PR feedback
  • Loading branch information
thescientist13 committed Aug 15, 2022
commit d361131e73c8fb364a35fe8c385b83ff7ab74509
2 changes: 1 addition & 1 deletion accepted/0000-registry-only-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ found N vulnerabilities

From a CLI perspective, this could easily (ideally) be delegated to the `npm query` command.
```sh
$ npm query ":root > *:is(:type(git,remote))"
$ npm query ":is(:type(git,remote))"
```

### Options
Expand Down