fix(core): update
This commit is contained in:
@@ -1,2 +1,17 @@
|
||||
const removeme = {};
|
||||
export { removeme };
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
|
||||
// pushrocks scope
|
||||
import * as projectinfo from '@pushrocks/projectinfo';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartversion from '@pushrocks/smartversion';
|
||||
|
||||
export {
|
||||
projectinfo,
|
||||
smartfile,
|
||||
smartversion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user