From 7819f0962572a1335d5dcde3cf423337432d26b1 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 14 May 2026 00:42:58 +0000 Subject: [PATCH] fix(smartconfig): enable npm publishing in smartconfig --- .smartconfig.json | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.smartconfig.json b/.smartconfig.json index 9b60d74..0a706c8 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -69,7 +69,7 @@ "remote": "origin" }, "npm": { - "enabled": false, + "enabled": true, "registries": [ "https://verdaccio.lossless.digital", "https://registry.npmjs.org" diff --git a/changelog.md b/changelog.md index cf04032..cd704bb 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ ## Pending +### Fixes + +- enable npm publishing in smartconfig (smartconfig) + - Sets the npm integration flag to true in .smartconfig.json + - Keeps the configured Verdaccio and npmjs registries unchanged + ## 2026-05-14 - 13.29.0 ### Fixes