Update FontAwesome/ delete regex

main
nurbek 4 years ago
parent 47277a2926
commit abebe2b77e

@ -5806,7 +5806,6 @@
"description": "Font Awesome is a font and icon toolkit based on CSS and Less.",
"html": [
"<link[^>]* href=[^>]+(?:([\\d.]+)/)?(?:css/)?font-awesome(?:\\.min)?\\.css\\;version:\\1",
"<link[^>]* href=[^>]*?(?:F|f)o(?:n|r)t-?(?:A|a)wesome(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)",
"<link[^>]* 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/"