mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
In meteor show, list packages as 'package@version', not 'package:version'
This commit is contained in:
@@ -1246,9 +1246,8 @@ main.registerCommand({
|
||||
Console.info(" tool: " + v.tool);
|
||||
Console.info(" packages:");
|
||||
|
||||
versionDesc = versionDesc + "\n packages:\n";
|
||||
_.each(v.packages, function(pv, pn) {
|
||||
Console.info(" " + pn + ":" + pv);
|
||||
Console.info(" " + pn + "@" + pv);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user