Update NPM

This commit is contained in:
Daniel Odendahl Jr
2018-01-26 21:49:48 +00:00
parent b7c4bdf62d
commit d63cfef8a0
+1 -1
View File
@@ -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',