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

Support devDependencies #151

Open
joshuacc opened this issue Nov 17, 2022 · 0 comments
Open

Support devDependencies #151

joshuacc opened this issue Nov 17, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@joshuacc
Copy link
Owner

Basically how npm does it. Only immediate dev dependencies are installed. dev dependencies of your dependencies are not installed.

So project X can have a dev dependency on AutoHotUnit for testing purposes, but installing X in your project won't pull AutoHotUnit along for the ride.

@joshuacc joshuacc added the enhancement New feature or request label Nov 17, 2022
@joshuacc joshuacc added this to the Long Term milestone Nov 17, 2022
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

No branches or pull requests

1 participant