fix(dependencies): resolve dependencies

This commit is contained in:
2018-08-28 00:20:02 +02:00
parent f3594447ac
commit aa87ed9427
3 changed files with 21 additions and 1 deletions

View File

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