fix(core): update

This commit is contained in:
2022-04-26 16:57:02 +02:00
parent 4d384c123d
commit e6b47a9e86
7 changed files with 284 additions and 485 deletions

View File

@@ -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
}