fix(core): update

This commit is contained in:
2020-02-02 13:45:59 +00:00
parent cfdd54eff1
commit 97c3ccb329
7 changed files with 744 additions and 759 deletions

View File

@@ -1,3 +1,14 @@
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartparam from '@pushrocks/smartparam';
export {
lik,
smartparam
}
// third party scope
import * as inquirer from 'inquirer';
export { inquirer };