Skip to content

Commit

Permalink
Remove unused dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
Compositr committed Aug 23, 2021
1 parent 6e51e63 commit 03c0b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const latest = require("./lib/latest-version.js");
const chalk = require("chalk");
const semver = require("semver");
const { compare } = require("compare-versions");
const defaultMessage = function (options, latestVersion) {
const isOutdated = compare(options.currentVersion, latestVersion, "<")
Expand Down

0 comments on commit 03c0b8f

Please sign in to comment.