fix(core): update

This commit is contained in:
2020-02-07 16:36:35 +00:00
parent 69592933aa
commit 01fd22c7d0
13 changed files with 247 additions and 162 deletions

View File

@@ -2,11 +2,7 @@
import * as lik from '@pushrocks/lik';
import * as smartparam from '@pushrocks/smartparam';
export {
lik,
smartparam
}
export { lik, smartparam };
// third party scope
import * as inquirer from 'inquirer';