cli,cli-node: remove support for alphaTypes/betaTypes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-22 11:01:13 +02:00
parent 4e36abef14
commit 8db5c3cd7a
4 changed files with 7 additions and 51 deletions
-2
View File
@@ -53,8 +53,6 @@ export interface BackstagePackageJson {
access?: 'public' | 'restricted';
directory?: string;
registry?: string;
alphaTypes?: string;
betaTypes?: string;
};
// (undocumented)
scripts?: {
@@ -56,8 +56,6 @@ export interface BackstagePackageJson {
access?: 'public' | 'restricted';
directory?: string;
registry?: string;
alphaTypes?: string;
betaTypes?: string;
};
dependencies?: {