From 4ed5ce50610812779c33f233eab63e7b19f5c5c3 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 25 Feb 2022 15:54:28 +0100 Subject: [PATCH] publish alpha types Signed-off-by: Johan Haals --- plugins/catalog-react/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index c7e255f973..b80d1f5789 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -9,7 +9,8 @@ "publishConfig": { "access": "public", "main": "dist/index.esm.js", - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "alphaTypes": "dist/index.alpha.d.ts" }, "backstage": { "role": "web-library"