Skip to content

Commit

Permalink
Update lib/cli.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
isaacs and wraithgar authored Jun 3, 2021
1 parent cf94ff1 commit 814537d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ module.exports = (process) => {
npm.config.set('usage', false, 'cli')
}

updateNotifier(npm).then(notification => {
npm.updateNotification = notification
})
updateNotifier(npm)

const cmd = npm.argv.shift()
const impl = npm.commands[cmd]
Expand Down

0 comments on commit 814537d

Please sign in to comment.