diff --git a/types/index.d.ts b/types/index.d.ts index ac4432d..d65d8fd 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -121,7 +121,7 @@ export interface PackageJSON { funding?: Funding | string | (Funding | string)[] homepage?: string keywords?: string[] - license?: string + license?: string | DeprecatedLicense licenses?: DeprecatedLicense | DeprecatedLicense[] main?: string man?: string | string[]