We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20402e1 commit 41a785eCopy full SHA for 41a785e
1 file changed
src/patternFly.helpers.ts
@@ -49,7 +49,7 @@ const findClosestPatternFlyVersion = async (
49
const detectedVersions = new Set<SemVer>();
50
51
for (const pkgName of versionWhitelist) {
52
- // Allow for variations like -next or -alpha with fuzzySearch maxDistance=2
+ // Allow for variations like -next or -alpha with fuzzySearch maxDistance
53
const matches = fuzzySearch(pkgName, depNames, {
54
maxDistance: 1,
55
isFuzzyMatch: true
0 commit comments