From a217569de9a021a7fdab7ba70d353061f84e3017 Mon Sep 17 00:00:00 2001 From: sumeyyeKurtulus Date: Tue, 2 Jul 2024 08:26:56 +0300 Subject: [PATCH] fix: remove underscore from the comment --- npm/packs/sweetalert2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/packs/sweetalert2/package.json b/npm/packs/sweetalert2/package.json index 69a90d4b77..69f46ed542 100644 --- a/npm/packs/sweetalert2/package.json +++ b/npm/packs/sweetalert2/package.json @@ -12,7 +12,7 @@ "dependencies": { "@abp/core": "~8.2.0", "sweetalert2": "^11.3.6", - "_comment": "Keep the version of sweetalert2 as the current one." + "comment": "Keep the version of sweetalert2 as the current one." }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io",