mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
update to angular 12
This commit is contained in:
committed by
Aiden McClelland
parent
58678522ff
commit
1fe9c6ffdf
@@ -12,7 +12,10 @@ export class Emver {
|
||||
}
|
||||
|
||||
compare (lhs: string, rhs: string): number {
|
||||
return this.e.compare(lhs, rhs)
|
||||
console.log('EMVER', this.e)
|
||||
const compare = this.e.compare(lhs, rhs)
|
||||
console.log('COMPARE', compare)
|
||||
return compare
|
||||
}
|
||||
|
||||
satisfies (version: string, range: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user