bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
15 stars 8 forks source link

Indicate when a dependency is only a dev dependency #62

Closed hobofan closed 12 months ago

hobofan commented 1 year ago

We should display some indication for dev-dependencies, and probably also sort them to the bottom of the list of all dependencies for a module.

alexeagle commented 1 year ago

Another option would be not to show them at all. For a user of the module, they are not relevant. The only ppl who might care are those who maintain the module, or perhaps when we have #51 it will be useful to see that X dev-depends on this module so we don't undercount.