update dependencies

This commit is contained in:
2017-08-17 12:06:08 +02:00
parent f964b2737f
commit e267fce3bb
4 changed files with 27 additions and 10 deletions

2
dist/npmts.cli.js vendored
View File

@ -33,7 +33,7 @@ exports.run = () => __awaiter(this, void 0, void 0, function* () {
plugins.beautylog.figletSync('NPMTS');
let npmtsProjectInfo = new plugins.projectinfo.ProjectinfoNpm(paths.npmtsPackageRoot);
// check for updates
yield plugins.smartupdate.standardHandler.check('npmts', npmtsProjectInfo.version);
yield plugins.smartupdate.standardHandler.check('npmts', npmtsProjectInfo.version, 'http://gitzone.gitlab.io/npmts/changelog.html');
plugins.beautylog.log('---------------------------------------------');
let npmtsCli = new plugins.smartcli.Smartcli();
npmtsCli.standardTask()