From 1a5344ef23e357dff28231a693548cdb03392d19 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 2 Aug 2023 21:14:30 +0300 Subject: [PATCH] fix: uneeded chars --- packages/lockfile-lint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lockfile-lint/README.md b/packages/lockfile-lint/README.md index 20bf0e3..b7ea18c 100644 --- a/packages/lockfile-lint/README.md +++ b/packages/lockfile-lint/README.md @@ -78,7 +78,7 @@ lockfile-lint --path yarn.lock --allowed-hosts yarn --allowed-urls https://githu | command line argument | description | implemented | |----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| -| `--path`, `-p` | path to the lockfile but you can also provide a glob matching pattern, for example: `/path/to/dir/**/package-lock.json` to match multiple lockfiles */ | ✅ | +| `--path`, `-p` | path to the lockfile but you can also provide a glob matching pattern, for example: `/path/to/dir/**/package-lock.json` to match multiple lockfiles | ✅ | | `--type`, `-t` | lockfile type, options are `npm` or `yarn` | ✅ | | `--format`, `-f` | sets what type of report output is desired, one of [ `pretty`, `plain` ] with `plain` removing colors & status symbols from output | ✅ | | `--validate-https`, `-s` | validates the use of HTTPS as protocol schema for all resources in the lockfile | ✅ |