mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Make dependencies take up less space
This commit is contained in:
@@ -52,6 +52,6 @@ module.exports = class InfoCommand extends Command {
|
|||||||
return `[${dep[0]}](https://github.com/${repo[0]}/${repo[1].replace(/#(.+)/, '/tree/$1')})`;
|
return `[${dep[0]}](https://github.com/${repo[0]}/${repo[1].replace(/#(.+)/, '/tree/$1')})`;
|
||||||
}
|
}
|
||||||
return `[${dep[0]}](https://npmjs.com/${dep[0]})`;
|
return `[${dep[0]}](https://npmjs.com/${dep[0]})`;
|
||||||
}).join(', ');
|
}).join(' ');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user