From d2c60c9278475cbab1aaa6edf4ffef632fb49c3d Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 9 Nov 2020 18:25:23 +0100 Subject: [PATCH] Fixed: Typo --- modules/internal/targets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 89ae9908..6c4cf0c7 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -257,7 +257,7 @@ targets.setLastVersion = function (type, version) { return '4.17.10'; } else if (type.startsWith('/lodash.js/3.')) { return '3.10.1'; - } else if (type.startsWith('lozad')) { + } else if (type.startsWith('/lozad')) { return '1.14.0'; } else if (type.startsWith('/magnific-popup.js/1.')) { return '1.1.0';