now working

This commit is contained in:
2017-05-25 18:32:53 +02:00
parent ddb11fb9b6
commit eac20873e5
13 changed files with 349 additions and 83 deletions

View File

@@ -5,6 +5,7 @@ import * as smartfile from 'smartfile'
import * as smarthbs from 'smarthbs'
import * as smartinteract from 'smartinteract'
import * as smartq from 'smartq'
import * as smartyaml from 'smartyaml'
export {
lodash,
@@ -12,5 +13,6 @@ export {
smartfile,
smarthbs,
smartinteract,
smartq
smartq,
smartyaml
}