Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Why was the option --no-dev removed from missing check? #105

Closed
skrtheboss opened this issue Jul 29, 2019 · 3 comments · May be fixed by Omrisnyk/npm-lockfiles#147 or Omrisnyk/npm-lockfiles#170
Closed
Assignees
Labels

Comments

@skrtheboss
Copy link

With this commit the --no-dev option stoppped working, but i need it in my library, to check if peerDependencies are specified correctly.

@voxpelli
Copy link
Collaborator

It was removed to ensure the ordinary case like this one works now that the default is to check both missing and unused dependencies: https://github.com/voxpelli/node-connect-pg-simple/blob/master/package.json#L24

Thinking about it a bit extra, that fix is only needed for the case where both checks are done at once, not needed when checking missing explicitly. I'll fix.

@voxpelli
Copy link
Collaborator

@skrtheboss @Qard Fix released in 4.1.0

@Qard
Copy link

Qard commented Jul 29, 2019

Thanks for the speedy turnaround! 💪

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3 participants