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

Ignore specific packages with flag #70

Open
khromov opened this issue Jul 15, 2023 · 1 comment
Open

Ignore specific packages with flag #70

khromov opened this issue Jul 15, 2023 · 1 comment
Assignees

Comments

@khromov
Copy link

khromov commented Jul 15, 2023

👋 I'm using this package together with SvelteKit. Since it uses a compiler + bundler approach, most dependencies are put in devDependencies because they get bundled during build and are not required at runtime. The --include-dev flag works great, but there are also some dependencies that aren't very useful to see, like typescript for example - nothing can be done about this dependency. So it would be great if it was possible to add --ignore=typescript,eslint to remove those packages from the list to reduce clutter.

@siddharthkp
Copy link
Owner

siddharthkp commented Jul 21, 2023

Hi!

That's a good idea, but I am not actively improving this library anymore. I would be happy to take a pull request though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants