Show the dependency name instead of the manifest.

This commit is contained in:
Federico Builes
2022-10-11 14:50:55 +02:00
parent 6f58092362
commit ee42a6512f
+1 -1
View File
@@ -192,7 +192,7 @@ function renderScannedDependency(change: Change): string {
} as const
)[changeType]
return `${styles.color[color].open}${icon} ${change.manifest}@${change.version}${styles.color[color].close}`
return `${styles.color[color].open}${icon} ${change.name}@${change.version}${styles.color[color].close}`
}
function printScannedDependencies(changes: Changes): void {