forked from sombochea/verdaccio-ui
refactor: formatLicense to return undefined instead of null
This commit is contained in:
@@ -5,7 +5,7 @@ export interface PackageMetaInterface {
|
||||
fileCount: number;
|
||||
unpackedSize: number;
|
||||
};
|
||||
license?: Partial<LicenseInterface> | string | null;
|
||||
license?: Partial<LicenseInterface> | string;
|
||||
};
|
||||
_uplinks: {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user