We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9484a commit bb4b739Copy full SHA for bb4b739
1 file changed
lib/cli/update-notifier.js
@@ -102,7 +102,6 @@ const updateNotifier = async (npm, spec = '*') => {
102
return updateCheck(npm, spec, version, current)
103
}
104
105
-// only update the notification timeout if we actually finished checking
106
module.exports = npm => {
107
if (
108
// opted out
0 commit comments