Skip to content

Commit 1a1ba15

Browse files
committed
pass all settings through to pacote.packument, fixes #2060
1 parent 7b1a539 commit 1a1ba15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/outdated.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ async function outdated_ (tree, deps, opts) {
108108

109109
async function getPackument (spec) {
110110
const packument = await pacote.packument(spec, {
111+
...npm.flatOptions,
111112
fullMetadata: npm.flatOptions.long,
112113
preferOnline: true,
113114
})

0 commit comments

Comments
 (0)