From 1ca1b96e3048b54b7ce26e18bbe20da550a85529 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Fri, 26 Sep 2025 13:28:30 -0500 Subject: [PATCH] Removed the private flag so that we can publish the BUI Themer Signed-off-by: Andre Wanlin --- plugins/bui-themer/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/bui-themer/package.json b/plugins/bui-themer/package.json index a04bfbf474..70828fb893 100644 --- a/plugins/bui-themer/package.json +++ b/plugins/bui-themer/package.json @@ -13,7 +13,6 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, - "private": true, "repository": { "type": "git", "url": "https://github.com/backstage/backstage",