diff --git a/commands/util/info.js b/commands/util/info.js index 3a02abf5..8f82d0fc 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -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://npmjs.com/${dep[0]})`; - }).join(', '); + }).join(' '); } };