Skip to content

Commit

Permalink
Lint me up
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 26, 2024
1 parent 80f6d9f commit 36bcbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {format} from 'node:util';
import ConfigStore from 'configstore';
import chalk from 'chalk';
import semverDiff from 'semver/functions/diff';
import semverGt from 'semver/functions/gt'
import semverGt from 'semver/functions/gt';
import latestVersion from 'latest-version';
import {isNpmOrYarn} from 'is-npm';
import isInstalledGlobally from 'is-installed-globally';
Expand Down

0 comments on commit 36bcbba

Please sign in to comment.