raibima / refreshdeps

A CLI utility that helps identify outdated dependencies in your JS project.
MIT License
1 stars 1 forks source link

New algorithm #2

Open raibima opened 6 years ago

raibima commented 6 years ago

The implementation is currently pretty naive, as in it doesn't tell you which packages are shared with other teams, or which ones are more relevant to my team.

Therefore, a new algorithm should be developed based on the following premise:

The team that uses a particular package the most should be the one responsible maintaining it.