From cc0d4d3824c9332692ef2e4d17b96a4840111aa3 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Feb 2018 23:04:39 +0100 Subject: [PATCH] Add a way to get lodash's version (#2076) This can be tested [here](https://hackmd.io/EwQwDARmBmDGCcBaAjAU1sxAWA7Ox880wiOAJgMyw4ywXSpZA===) --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index ef560405a..302a096c0 100644 --- a/src/apps.json +++ b/src/apps.json @@ -5377,6 +5377,9 @@ 12 ], "icon": "Lo-dash.png", + "js": { + "_.VERSION": "(.*)\\;version:\\1" + }, "script": "lodash.*\\.js", "website": "http://www.lodash.com" },