From ee01b31a3e6c9956511cec9c8916559aaa91ba94 Mon Sep 17 00:00:00 2001 From: TheConciergeDev <65483817+TheConciergeDev@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:22:11 +0200 Subject: [PATCH] updated jquery As discussed, I updated the fields. --- src/technologies.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 9a48f9a2c..1c0e765a5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -23502,14 +23502,12 @@ "description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.", "icon": "jQuery.svg", "js": { - "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1", - "$().jquery": "([\\d.]+)\\;version:\\1", + "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1" "$.fn.jquery": "([\\d.]+)\\;version:\\1" }, "scripts": [ - "jquery[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1", - "/([\\d.]+)/jquery(?:\\.min)?\\.js\\;version:\\1", - "jquery.*\\.js(?:\\?ver(?:sion)?=([\\d.]+))?\\;version:\\1" + "/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-];version:\\1", + "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-];version:\\1" ], "website": "https://jquery.com" },