cli,cli-node: remove support for alphaTypes/betaTypes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user