From 536e1213cd6f6d675159631e0fec6eb9482aa326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Stipi=C4=87?= Date: Fri, 14 Apr 2023 17:09:40 +0200 Subject: [PATCH] Update Analyzee scriptSrc Analyzee was missing scriptSrc property --- src/technologies/a.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 45787dbad..c0285c553 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2887,6 +2887,7 @@ "recurring" ], "saas": true, + "scriptSrc": "cdn\\.analyzee\\.io\\/sdk\\/(.*)\\.js", "website": "https://analyzee.io" }, "AndersNoren Baskerville": { @@ -5016,4 +5017,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +}