ultimate-jekyll-manager 0.0.44 → 0.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -376,11 +376,11 @@ async function processTranslation() {
376
376
  logger.error(`❌ Translation failed: ${logTag} — Control tag mismatch or missing`);
377
377
 
378
378
  return setResult(false);
379
- } else {
380
- // Delete the control tag
381
- // controlTag.remove();
382
379
  }
383
380
 
381
+ // Delete the control tag
382
+ // controlTag.remove();
383
+
384
384
  // Set the lang attribute on the <html> tag
385
385
  $('html').attr('lang', lang);
386
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {