mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
feat: Worked with matt to create all the things
This commit is contained in:
@@ -220,7 +220,6 @@ export class Checker {
|
||||
|
||||
switch (range.substring(0, 1)) {
|
||||
case ">": {
|
||||
console.log("greaterThan");
|
||||
const emVar = EmVer.parse(range.substring(1));
|
||||
return new Checker((version) => {
|
||||
const v = EmVer.from(version);
|
||||
|
||||
Reference in New Issue
Block a user