fix(core): update
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
export { path };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as lik from '@pushrocks/lik';
|
||||
@@ -13,11 +11,4 @@ import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
import * as smartunique from '@pushrocks/smartunique';
|
||||
|
||||
export {
|
||||
lik,
|
||||
smartbucket,
|
||||
smartcache,
|
||||
smartfile,
|
||||
smartstring,
|
||||
smartunique
|
||||
};
|
||||
export { lik, smartbucket, smartcache, smartfile, smartstring, smartunique };
|
||||
|
Reference in New Issue
Block a user