mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
parent
99621b6baf
commit
752e2b963d
@ -20,7 +20,6 @@ const Versions: React.FC = () => {
|
||||
return null;
|
||||
}
|
||||
|
||||
// @ts-ignore - Property 'dist-tags' does not exist on type 'PackageMetaInterface'
|
||||
const { versions = {}, time = {}, [DIST_TAGS]: distTags = {} } = packageMeta;
|
||||
|
||||
return (
|
||||
|
@ -1,6 +1,6 @@
|
||||
export interface PackageMetaInterface {
|
||||
versions?: Versions;
|
||||
distTags?: DistTags;
|
||||
'dist-tags'?: DistTags;
|
||||
time?: Time;
|
||||
latest: {
|
||||
author?: Author;
|
||||
|
Loading…
Reference in New Issue
Block a user