From 8ff1cac1d103a2bbf136795c1bd8ded594ad6bf8 Mon Sep 17 00:00:00 2001 From: secustor Date: Wed, 3 Sep 2025 19:12:01 +0200 Subject: [PATCH] chore: remove private Signed-off-by: secustor --- plugins/devtools-react/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/devtools-react/package.json b/plugins/devtools-react/package.json index 4e96fdb29c..d6ed74c1e5 100644 --- a/plugins/devtools-react/package.json +++ b/plugins/devtools-react/package.json @@ -17,7 +17,6 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, - "private": true, "repository": { "type": "git", "url": "https://github.com/backstage/backstage",