Merge pull request #4695 from kingthorin/patch-1

Fix jquery patterns' version specifier
main
Elbert Alias 3 years ago committed by GitHub
commit 0621d3e7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -545,8 +545,8 @@
}, },
"scripts": [ "scripts": [
"jquery", "jquery",
"/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-];version:\\1", "/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1",
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-];version:\\1" "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-]\\;version:\\1"
], ],
"website": "https://jquery.com" "website": "https://jquery.com"
}, },