We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How might I find all addons that depend on my addon, even in devDependencies?
Might be a cool feature to add to the UI at some point. My use case right now is to find all addons using Addon Docs.
The "Dependents" tab over on npm is close, but I think it only looks at dependencies and not devDependencies (which makes sense).
dependencies
devDependencies
The text was updated successfully, but these errors were encountered:
We've been gathering this data and this feature will be a side effect of something @lonelyghost is working on 😀
Sorry, something went wrong.
No branches or pull requests
How might I find all addons that depend on my addon, even in devDependencies?
Might be a cool feature to add to the UI at some point. My use case right now is to find all addons using Addon Docs.
The "Dependents" tab over on npm is close, but I think it only looks at
dependencies
and notdevDependencies
(which makes sense).The text was updated successfully, but these errors were encountered: