We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ea943 commit 1a10311Copy full SHA for 1a10311
src/util/checkUpdate.js
@@ -8,7 +8,7 @@ const pkgPath = '/snapshot/exoframe-cli/src/util';
8
9
// check function
10
module.exports = async pkg => {
11
- const current = '5.0.0'; // pkg.version;
+ const current = pkg.version;
12
// Checks for available update and returns an instance
13
const latest = await latestVersion('exoframe').then(r => r.trim());
14
// show message if update is available
0 commit comments