From 29e39fb32925056aba5fbc3f5816cf212b627941 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 29 Sep 2021 09:03:57 +1000 Subject: [PATCH] Fix jQuery version detection --- src/technologies/j.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/j.json b/src/technologies/j.json index 76531902e..0847bb5de 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -545,7 +545,7 @@ }, "scripts": [ "jquery", - "/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1", + "/jquery(?:-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1", "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-]\\;version:\\1" ], "website": "https://jquery.com" @@ -660,4 +660,4 @@ "website": "https://www.jsdelivr.com/", "xhr": "cdn\\.jsdelivr\\.net" } -} \ No newline at end of file +}