update input.ts
This commit is contained in:
Vendored
+1
-1
@@ -112,7 +112,7 @@ class Input {
|
|||||||
this.repo &&
|
this.repo &&
|
||||||
this.packageName &&
|
this.packageName &&
|
||||||
this.numOldVersionsToDelete > 0 &&
|
this.numOldVersionsToDelete > 0 &&
|
||||||
this.minVersionsToKeep > 0 &&
|
this.minVersionsToKeep >= 0 &&
|
||||||
this.token);
|
this.token);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -60,7 +60,7 @@ export class Input {
|
|||||||
this.repo &&
|
this.repo &&
|
||||||
this.packageName &&
|
this.packageName &&
|
||||||
this.numOldVersionsToDelete > 0 &&
|
this.numOldVersionsToDelete > 0 &&
|
||||||
this.minVersionsToKeep > 0 &&
|
this.minVersionsToKeep >= 0 &&
|
||||||
this.token
|
this.token
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user