This commit is contained in:
2017-08-16 19:13:01 +02:00
parent e0f208ba41
commit a6fbe7da33
8 changed files with 186 additions and 91 deletions

2
dist/npmts.cli.js vendored
View File

@@ -23,6 +23,8 @@ npmtsAnalytics.sendEvent('npm', 'exec', 'git.zone');
exports.run = () => {
let done = q.defer();
let npmtsProjectInfo = new plugins.projectinfo.ProjectinfoNpm(paths.npmtsPackageRoot);
// check for updates
plugins.smartupdate.standardHandler.check('npmts', npmtsProjectInfo.version);
let npmtsCli = new plugins.smartcli.Smartcli();
npmtsCli.standardTask()
.then((argvArg) => {