Skip to content

Commit 07b045a

Browse files
committed
Merge remote-tracking branch 'fork/byk/feat/md' into byk/feat/md
2 parents eebaa28 + c5cf366 commit 07b045a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/utils/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export function generatePackageMarkdown(options: PackageMarkdownOptions): string
256256
lines.push('## Maintainers')
257257
lines.push('')
258258
for (const maintainer of pkg.maintainers.slice(0, 10)) {
259-
// npm API returns username but @npm/types Contact doesn't include it
259+
// npm API returns username but `@npm/types` `Contact` doesn't include it
260260
const username = (maintainer as { username?: string }).username
261261
const name = maintainer.name || username || 'Unknown'
262262
if (username) {

0 commit comments

Comments
 (0)