BREAKING CHANGE(scope): switch to @pushrocks scope
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
import 'typings-global'
|
||||
import * as events from 'events'
|
||||
import * as lik from 'lik'
|
||||
import * as rxjs from 'rxjs'
|
||||
import * as smartevent from 'smartevent'
|
||||
import * as smartq from 'smartq'
|
||||
import 'typings-global'
|
||||
import * as events from 'events';
|
||||
import * as lik from '@pushrocks/lik';
|
||||
import * as rxjs from 'rxjs';
|
||||
import * as smartevent from 'smartevent';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export {
|
||||
events,
|
||||
lik,
|
||||
rxjs,
|
||||
smartevent,
|
||||
smartq
|
||||
}
|
||||
export { events, lik, rxjs, smartevent, smartpromise };
|
||||
|
||||
Reference in New Issue
Block a user