From 666c734f03b38fa8a66023d72e546d31d36bd868 Mon Sep 17 00:00:00 2001 From: mario ma Date: Wed, 11 Jun 2025 15:01:27 +0800 Subject: [PATCH] fix: missing repo Signed-off-by: mario ma --- plugins/home-react/package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/home-react/package.json b/plugins/home-react/package.json index 8e5767b340..4e2dae3931 100644 --- a/plugins/home-react/package.json +++ b/plugins/home-react/package.json @@ -11,9 +11,7 @@ ] }, "publishConfig": { - "access": "public", - "main": "dist/index.esm.js", - "types": "dist/index.d.ts" + "access": "public" }, "keywords": [ "backstage", @@ -34,6 +32,16 @@ }, "main": "src/index.ts", "types": "src/index.ts", + "typesVersions": { + "*": { + "alpha": [ + "src/alpha.ts" + ], + "package.json": [ + "package.json" + ] + } + }, "files": [ "dist" ],