fix(core): update

This commit is contained in:
2018-12-11 00:47:46 +01:00
parent a758196705
commit cbbb31e0e7
3 changed files with 543 additions and 85 deletions

View File

@ -1,7 +1,7 @@
import * as events from 'events';
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartevent from 'smartevent';
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise';
export { events, lik, rxjs, smartevent, smartpromise };