reaction-cli
Advanced tools
Comparing version
@@ -20,2 +20,11 @@ #!/usr/bin/env node | ||
if (process.env.REACTION_CLI_DEBUG) { | ||
/* eslint-disable no-console */ | ||
console.time('Reaction CLI runtime'); | ||
process.on('exit', function () { | ||
return console.timeEnd('Reaction CLI runtime'); | ||
}); | ||
/* eslint-enable no-console */ | ||
} | ||
// Notify about reaction-cli updates | ||
@@ -22,0 +31,0 @@ var pkg = require('../package.json'); |
@@ -9,5 +9,3 @@ 'use strict'; | ||
(0, _config.initGlobalConfig)(); | ||
(0, _yarn_check.checkYarn)(function () { | ||
return (0, _analytics.track)(callback); | ||
}); | ||
(0, _analytics.track)(callback); | ||
}; | ||
@@ -17,4 +15,2 @@ | ||
var _config = require('./config'); | ||
var _yarn_check = require('./yarn_check'); | ||
var _config = require('./config'); |
@@ -30,9 +30,2 @@ 'use strict'; | ||
// get Yarn version (if found) | ||
var yarnVer = (0, _shelljs.exec)('meteor yarn version', { silent: true }).stdout.replace(/\r?\n|\r/g, ''); | ||
if (/[0-9]+(\.[0-9]+)*/.test(yarnVer)) { | ||
versions.yarn = yarnVer; | ||
} | ||
// get Docker version | ||
@@ -58,4 +51,2 @@ var dockerVer = (0, _shelljs.exec)('docker -v', { silent: true }).stdout.replace(/Docker version /g, ''); | ||
_logger2.default.debug(versions); | ||
return versions; | ||
@@ -62,0 +53,0 @@ }; |
{ | ||
"name": "reaction-cli", | ||
"version": "0.6.19", | ||
"version": "0.6.20", | ||
"description": "A command line tool for Reaction Commerce", | ||
@@ -45,3 +45,3 @@ "main": "./dist/main.js", | ||
"babel-root-slash-import": "^3.1.0", | ||
"eslint": "^3.15.0", | ||
"eslint": "^3.16.1", | ||
"eslint-plugin-babel": "^4.0.1", | ||
@@ -55,3 +55,3 @@ "watch": "^1.0.2" | ||
"fs-extra": "^2.0.0", | ||
"inquirer": "^3.0.1", | ||
"inquirer": "^3.0.4", | ||
"lodash": "^4.17.4", | ||
@@ -58,0 +58,0 @@ "node-fetch": "^1.6.3", |
75613
-0.16%1619
-0.06%11
10%Updated