From d63cfef8a014a4270a6251f9ee2968f3e016ceef Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 26 Jan 2018 21:49:48 +0000 Subject: [PATCH] Update NPM --- commands/search/npm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/npm.js b/commands/search/npm.js index 7c614dc0..88066511 100644 --- a/commands/search/npm.js +++ b/commands/search/npm.js @@ -48,7 +48,7 @@ module.exports = class NPMCommand extends Command { .addField('❯ Modification Date', new Date(body.time.modified).toDateString(), true) .addField('❯ Main File', - version.main || '???', true) + version.main || 'index.js', true) .addField('❯ Dependencies', dependencies && dependencies.length ? dependencies.join(', ') : 'None') .addField('❯ Maintainers',