Skip to content

Commit 814537d

Browse files
isaacswraithgar
andauthored
Update lib/cli.js
Co-authored-by: Gar <[email protected]>
1 parent cf94ff1 commit 814537d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/cli.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ module.exports = (process) => {
5353
npm.config.set('usage', false, 'cli')
5454
}
5555

56-
updateNotifier(npm).then(notification => {
57-
npm.updateNotification = notification
58-
})
56+
updateNotifier(npm)
5957

6058
const cmd = npm.argv.shift()
6159
const impl = npm.commands[cmd]

0 commit comments

Comments
 (0)