We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814537d commit 9129644Copy full SHA for 9129644
lib/utils/update-notifier.js
@@ -121,5 +121,5 @@ module.exports = async npm => {
121
const notification = await updateNotifier(npm)
122
// intentional. do not await this. it's a best-effort update.
123
updateTimeout(npm)
124
- return notification
+ npm.updateNotification = notification
125
}
0 commit comments