If a dependency has a sub-dependency that is dependant of the dependency, the item should be followed by ...
tscpp opened this issue · 1 comments
tscpp commented
If a dependency has a sub-dependency that is dependant of the dependency, the dependency-item should be followed by three dots.
Example:
▾ typescript 1.2.3 ▾ chalk 2.3.4 ▸ typescript ... 3.4.5
tscpp commented
This should only apply when the version is the same:
▾ typescript 1.2.3
▾ chalk 2.3.4
▸ typescript ... 1.2.3
Else the contents of the other version package is not the same.