[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: consistently use tilde for usernames (#602)

authored by

Philippe Serhal and committed by
GitHub
558f697f 3b7f8067

+1 -1
+1 -1
app/components/PackageMaintainers.vue
··· 196 196 }" 197 197 class="link-subtle font-mono text-sm shrink-0" 198 198 > 199 - @{{ maintainer.name }} 199 + ~{{ maintainer.name }} 200 200 </NuxtLink> 201 201 <span v-else class="font-mono text-sm text-fg-muted">{{ maintainer.email }}</span> 202 202