Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to control which types of dependencies are included #602

Closed
bmish opened this issue May 23, 2023 · 0 comments · Fixed by #605
Closed

Add option to control which types of dependencies are included #602

bmish opened this issue May 23, 2023 · 0 comments · Fixed by #605
Labels
enhancement New feature or request

Comments

@bmish
Copy link
Owner

bmish commented May 23, 2023

const DependencyType = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'optionalDependencies' | 'resolutions'

// new option to choose types:
type: DependencyType[]
@bmish bmish added the enhancement New feature or request label May 23, 2023
@bmish bmish modified the milestone: v4.0.0 May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant