Skip to content

Commit

Permalink
fix(libnpmpublish): remove superfluous argument (#4463)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and lukekarrys committed Feb 23, 2022
1 parent f4c5f0e commit d9b6378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/lib/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Remove the 'private' field from the package.json to publish it.`),
...opts,
query: { write: true },
})
const newMetadata = patchMetadata(current, metadata, opts)
const newMetadata = patchMetadata(current, metadata)
return npmFetch(spec.escapedName, {
...opts,
method: 'PUT',
Expand Down

0 comments on commit d9b6378

Please sign in to comment.