fix(commitinfo): update project metadata and make commit info generation compatible with current tooling
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
// node native
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
fs,
|
||||
path
|
||||
}
|
||||
|
||||
// pushrocks scope
|
||||
import * as projectinfo from '@push.rocks/projectinfo';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartversion from '@push.rocks/smartversion';
|
||||
|
||||
export {
|
||||
projectinfo,
|
||||
smartfile,
|
||||
smartversion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user