Skip to content

Commit

Permalink
update readme to mention the new file change
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 21, 2019
1 parent 27dab8e commit f50c226
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Expand Up @@ -29,7 +29,11 @@ $ lockspot depcount < package.json

##### --file=\<path>
the package-lock.json to operate on.
you can use `-` or leave this blank to accept input on STDIN
it tries to do the right thing if you leave this blank:
• if you're piping something in on `STDIN`, it'll use that
• if there's a package-lock in the dir, it'll use that
• fall back to `STDIN`
you can use `-` to force consuming `STDIN`

#### --min=\<int>
only print dependencies that have more than this number of versions.
Expand Down

0 comments on commit f50c226

Please sign in to comment.