update packages

This commit is contained in:
Opportunity
2021-05-11 11:45:17 +08:00
Unverified
parent 0bc1cb1951
commit 86cca3257c
43 changed files with 3451 additions and 1758 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const outside = (version, range, hilo, options) => {
throw new TypeError('Must provide a hilo val of "<" or ">"')
}
// If it satisifes the range it is not outside
// If it satisfies the range it is not outside
if (satisfies(version, range, options)) {
return false
}