fix(core): update

This commit is contained in:
2018-11-04 21:11:48 +01:00
parent 484e5d51cc
commit 7d62306913
5 changed files with 73 additions and 37 deletions

View File

@@ -1,5 +1,6 @@
import * as lik from '@pushrocks/lik';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
export { smartrequest, smartstring, smartlogInterfaces };
export { lik, smartrequest, smartstring, smartlogInterfaces };