Skip to content

Commit

Permalink
chore: re-add async to function (#5812)
Browse files Browse the repository at this point in the history
chore: re-add async to function
  • Loading branch information
wraithgar committed Nov 3, 2022
1 parent 9931679 commit b540337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.js
Expand Up @@ -7,7 +7,7 @@ const resetdeps = () => npm('run', 'resetdeps')

const op = () => spawn('op', 'item', 'get', 'npm', '--otp', { out: true, ok: true })

const missingVersion = ({ name, version }) => {
const missingVersion = async ({ name, version }) => {
const mani = await pacote.manifest(`${name}@${version}`, { preferOnline: true })
.catch(() => null)
return !mani
Expand Down

0 comments on commit b540337

Please sign in to comment.