taze icon indicating copy to clipboard operation
taze copied to clipboard

support ignore version checking for packageManager

Open linchen1987 opened this issue 11 months ago • 0 comments

Clear and concise description of the problem

my yarn version in package.json in project root folder is "packageManager": "[email protected]+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"

when i run npx taze -r -w, the packageManager was replaced to "packageManager": "[email protected]"

i hope i can ignore packageManager check but still check for deps in "dependencies" and "devDependencies" in package.json

Suggested solution

Will the --exclude parameter solve my problem?

Alternative

No response

Additional context

No response

Validations

  • [X] Follow our Code of Conduct
  • [X] Read the Contributing Guide.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

linchen1987 avatar Feb 26 '24 04:02 linchen1987