From d15e9911133318101cf3d047b5a077a7e5621bea Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 8 Jun 2018 04:52:39 +0200 Subject: [PATCH] Complete a0cc689e1dff9a96baf3d0488433b89d320fb062 (#2309) Since lodash and underscorejs are both using `_`, the presence of `_.VERSION` shouldn't be used as anything else but a provider of version number --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 13d4e0074..6da914ff5 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10050,7 +10050,7 @@ "icon": "Underscore.js.png", "js": { "_.restArguments": "", - "_.VERSION": "(.*)\\;version:\\1" + "_.VERSION": "(.*)\\;confidence:0\\;version:\\1" }, "excludes": "Lodash", "script": "underscore.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1",