Skip to content

Commit

Permalink
Merge branch 'master' into replace-cint
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored May 25, 2020
2 parents e0beef8 + ecaeed3 commit 8df9d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ncu.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const pkg = require('../package.json')
// check if a new version of ncu is available and print an update notification
const notifier = updateNotifier({ pkg })
if (notifier.update && notifier.update.latest !== pkg.version) {
notifier.notify({ defer: false })
notifier.notify({ defer: false, isGlobal: true })
}

program
Expand Down

0 comments on commit 8df9d91

Please sign in to comment.