fix(core): update

This commit is contained in:
2019-10-11 21:56:11 +02:00
parent 324b93a419
commit 1cecba6f13
9 changed files with 248 additions and 64 deletions

View File

@@ -6,5 +6,6 @@ import * as smarthbs from '@pushrocks/smarthbs';
import * as smartinteract from '@pushrocks/smartinteract';
import * as smartq from '@pushrocks/smartpromise';
import * as smartyaml from '@pushrocks/smartyaml';
import * as smartshell from '@pushrocks/smartshell';
export { path, lik, smartfile, smartfm, smarthbs, smartinteract, smartq, smartyaml };
export { path, lik, smartfile, smartfm, smarthbs, smartinteract, smartq, smartyaml, smartshell };