From abebe2b77eea26190bc752e548c5fd9b39dd2bbe Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 26 Dec 2020 21:27:22 +0600 Subject: [PATCH] Update FontAwesome/ delete regex --- src/technologies.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index c005b98cb..4d20fea04 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5806,7 +5806,6 @@ "description": "Font Awesome is a font and icon toolkit based on CSS and Less.", "html": [ "]* href=[^>]+(?:([\\d.]+)/)?(?:css/)?font-awesome(?:\\.min)?\\.css\\;version:\\1", - "]* href=[^>]*?(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", "]* href=[^>]*kit\\-pro\\.fontawesome\\.com/releases/v([0-9.]+)/\\;version:\\1" ], "icon": "font-awesome.svg", @@ -5816,7 +5815,7 @@ }, "scripts": [ "(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:.*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", - "kit\\.fontawesome\\.com/([0-9a-z]+).js" + "\\.fontawesome\\.com/([0-9a-z]+).js" ], "pricing": ["low", "freemium", "recurring"], "website": "https://fontawesome.com/"