fix(core): update

This commit is contained in:
2019-06-17 08:46:28 +02:00
parent ffc781011d
commit 677c8d33b9
19 changed files with 1987 additions and 646 deletions

View File

@@ -1,9 +1,4 @@
import * as smartparam from 'smartparam'
import * as smartq from 'smartq'
import * as lodash from 'lodash'
import * as smartparam from '@pushrocks/smartparam';
import * as smartq from '@pushrocks/smartpromise';
export {
lodash,
smartparam,
smartq
}
export { smartparam, smartq };