fix(core): update

This commit is contained in:
2019-04-22 09:58:36 +02:00
parent 904a48d414
commit 39d3a0f2f8
11 changed files with 91 additions and 57 deletions
+3 -1
View File
@@ -14,6 +14,7 @@ import * as smartrequest from '@pushrocks/smartrequest';
import * as smartrx from '@pushrocks/smartrx';
import * as smartsocket from '@pushrocks/smartsocket';
import * as smarttime from '@pushrocks/smarttime';
import * as smartunique from '@pushrocks/smartunique';
export {
lik,
@@ -25,5 +26,6 @@ export {
smartrx,
smartrequest,
smartsocket,
smarttime
smarttime,
smartunique
};