Skip to content

Commit 33aebaa

Browse files
committed
fix: fix typo of fullMetadata
1 parent 6237783 commit 33aebaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class Publish extends BaseCommand {
287287
} else {
288288
manifest = await pacote.manifest(spec, {
289289
...opts,
290-
fullmetadata: true,
290+
fullMetadata: true,
291291
fullReadJson: true,
292292
})
293293
}

0 commit comments

Comments
 (0)