UNPKG

@bevry/update-contributors

Version:

Update the package.json author, contributors, and maintainers fields with the latest remote data

8 lines 233 B
export interface SluggablePackage { homepage?: string; repository?: string | { url?: string; }; } export declare function getGitHubRepoSlug(pkg: SluggablePackage): string | null; //# sourceMappingURL=util.d.ts.map