From 8654c05e6e8cabf4642425b9e6373aeae9801c21 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 23 Jul 2020 13:28:00 -0700 Subject: lint the lib folder --- lib/bugs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bugs.js') diff --git a/lib/bugs.js b/lib/bugs.js index 85b975758..e6940f36b 100644 --- a/lib/bugs.js +++ b/lib/bugs.js @@ -35,12 +35,12 @@ const getBugsUrl = mani => { } // just send them to the website, hopefully that has some info! - return `https://www.npmjs.com/package/${mani.name}` + return `https://www.npmjs.com/package/${mani.name}` } const getBugs = async pkg => { const opts = { ...npm.flatOptions, fullMetadata: true } - const mani = await pacote.manifest(pkg, { fullMetadata: true }) + const mani = await pacote.manifest(pkg, opts) const url = getBugsUrl(mani) log.silly('bugs', 'url', url) await openUrl(url, `${mani.name} bug list available at the following URL`) -- cgit v1.2.3