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