Remove unused typwe
This commit is contained in:
@@ -17,18 +17,6 @@ export interface VersionChangelog {
|
|||||||
changes: Change[];
|
changes: Change[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum SemVerIndex {
|
|
||||||
Invalid,
|
|
||||||
Patch,
|
|
||||||
Minor,
|
|
||||||
Major,
|
|
||||||
Prepatch,
|
|
||||||
Preminor,
|
|
||||||
Premajor,
|
|
||||||
Prerelease,
|
|
||||||
Custom,
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface PackageToNextVersion {
|
export interface PackageToNextVersion {
|
||||||
[name: string]: string;
|
[name: string]: string;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user