fix(dependencies): update

This commit is contained in:
2018-05-24 17:08:28 +02:00
parent c1a03fec0f
commit c19f27e873
4 changed files with 35 additions and 21 deletions

View File

@ -6,7 +6,7 @@ process.env.CLI = 'true';
const universeCli = new plugins.smartcli.Smartcli();
universeCli.standardTask().then(async argvArg => {
universeCli.standardTask().subscribe(async argvArg => {
const standardUniverse = new Universe({
messageExpiryInMilliseconds: 60000
});

View File

@ -1,7 +1,7 @@
import * as smartcli from '@pushrocks/smartcli';
import * as lik from 'lik';
import * as nodehash from 'nodehash';
import * as path from 'path';
import * as smartcli from 'smartcli';
import * as smartdelay from 'smartdelay';
import * as smartexpress from 'smartexpress';
import * as smartfile from 'smartfile';