From 3728d514a53f1e144fcc90ca4be445d2f33a032f Mon Sep 17 00:00:00 2001 From: AbhinavS96 Date: Mon, 25 Oct 2021 20:33:57 +0530 Subject: [PATCH] updated jquery detection --- src/technologies/j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/j.json b/src/technologies/j.json index 2d3e20362..92e5523d1 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -547,7 +547,7 @@ "scriptSrc": [ "jquery", "/jquery(?:-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1", - "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-]\\;version:\\1" + "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-][^u)]\\;version:\\1" ], "website": "https://jquery.com" },