diff --git a/src/technologies.json b/src/technologies.json index e5ef7c293..ba1fb6e5e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9124,9 +9124,12 @@ ], "icon": "List.js.png", "js": { - "List": "" + "List": "\\;confidence:50" }, - "scripts": "list\\.js/|@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1", + "scripts": [ + "list\\.js/\\;confidence:50", + "@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1", + ], "website": "http://listjs.com" }, "Listrak": { @@ -20474,4 +20477,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}