Skip to content

Commit

Permalink
feat(PackumentVersion): add missing homepage field (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Feb 25, 2024
1 parent 4022dd7 commit 35eabc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/packument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export type PackumentVersion = PackageJson & {
dist: Dist;
types?: string;
deprecated?: string;
homepage?: string;
_id: string;
_npmVersion: string;
_nodeVersion: string;
Expand Down

0 comments on commit 35eabc5

Please sign in to comment.