Wrong version-Detection for js-library
Closed this issue · 4 comments
cyper85 commented
marknoble commented
I'm using 2.2.0 and also getting an error.
Here's the static-code-scan result.
jslibs │ ×
────────────────────────────────────────────────────────────────────────────────┴──────────
[
{
"name": "jQuery",
"needsUpdate": true,
"minVersion": "1.6.4",
"version": "2.2.0",
"url": "//ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.0.min.js",
"lineNumber": 9
}
]
I can't find the string "1.6.4" anywhere in my code so... wondering where that's coming from.
dmethvin commented
Since new releases have happened, I'll just reference this ticket with a new PR.