update git module
This commit is contained in:
5
dist/npmci.env.d.ts
vendored
5
dist/npmci.env.d.ts
vendored
@@ -1,5 +1,10 @@
|
||||
import { GitRepo } from 'smartstring';
|
||||
import { ProjectInfo } from 'projectinfo';
|
||||
/**
|
||||
* a info instance about the git respoitory at cwd :)
|
||||
*/
|
||||
export declare let repo: GitRepo;
|
||||
/**
|
||||
* Info about the project at cwd
|
||||
*/
|
||||
export declare let cwdProjectInfo: ProjectInfo;
|
||||
|
||||
Reference in New Issue
Block a user