fix(core): update

This commit is contained in:
2018-09-30 22:36:30 +02:00
parent 7750f1fbf5
commit 4b87004478
4 changed files with 95 additions and 327 deletions

View File

@@ -2,6 +2,6 @@ import * as yargs from 'yargs';
import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as path from 'path';
import * as smartparam from 'smartparam';
import * as smartparam from '@pushrocks/smartparam';
export { yargs, smartlog, lik, path, smartparam };