Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use isGlobal flag for update-notifier #107

Merged
merged 1 commit into from
May 10, 2022
Merged

Use isGlobal flag for update-notifier #107

merged 1 commit into from
May 10, 2022

Conversation

2can
Copy link
Member

@2can 2can commented May 10, 2022

To prevent misleading package update command

To prevent misleading package update command
@@ -38,7 +38,7 @@ const notifier = updateNotifier({
pkg,
updateCheckInterval: 1000 * 60 * 15 // 15 minutes
});
notifier.notify();
notifier.notify({isGlobal: true});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@2can configure eslint ;) - spaces around

@zaiste zaiste merged commit 79708cc into main May 10, 2022
@zaiste zaiste deleted the improvements branch May 10, 2022 13:02
@zaiste zaiste added this to the 1.1.0 milestone May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants