fix(core): update
This commit is contained in:
@@ -1,29 +1,20 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
export { path };
|
||||
|
||||
// tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export {
|
||||
tsclass
|
||||
}
|
||||
export { tsclass };
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartpath from '@pushrocks/smartpath';
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
|
||||
export {
|
||||
smartpath,
|
||||
smartstring
|
||||
}
|
||||
export { smartpath, smartstring };
|
||||
|
||||
// third party scope
|
||||
import * as kubeclient from 'kubernetes-client';
|
||||
|
||||
export {
|
||||
kubeclient as kubectl
|
||||
};
|
||||
export { kubeclient as kubectl };
|
||||
|
||||
Reference in New Issue
Block a user