fix(core): update
This commit is contained in:
@ -8,9 +8,9 @@ export {
|
||||
}
|
||||
|
||||
// @pushrocks scope
|
||||
import * as lik from '@pushrocks/lik';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartrx from '@pushrocks/smartrx';
|
||||
import * as lik from '@push.rocks/lik';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
|
||||
export {
|
||||
lik,
|
||||
@ -19,8 +19,8 @@ export {
|
||||
}
|
||||
|
||||
// thirdparty scope
|
||||
import * as chokidar from 'chokidar';
|
||||
import watcher from 'watcher';
|
||||
|
||||
export {
|
||||
chokidar
|
||||
}
|
||||
watcher,
|
||||
}
|
||||
|
Reference in New Issue
Block a user