fix(core): update

This commit is contained in:
2018-10-28 23:29:45 +01:00
parent febf6c1911
commit fcb12d5734
9 changed files with 1129 additions and 53 deletions

View File

@@ -1,8 +1,7 @@
import 'typings-global'
import * as smartrequest from 'smartrequest'
import * as smartq from 'smartq'
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartrequest,
smartq
smartpromise
}