[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: angular should be lowercase in the footer (#775)

Co-authored-by: Cassidy Williams <cassidoo@users.noreply.github.com>

authored by

Cassidy Williams
Cassidy Williams
and committed by
GitHub
b27efc33 219ac17a

+1 -1
+1 -1
app/pages/index.vue
··· 14 14 { name: 'next', package: 'next' }, 15 15 { name: 'astro', package: 'astro' }, 16 16 { name: 'typescript', package: 'typescript' }, 17 - { name: 'Angular', package: '@angular/core' }, 17 + { name: 'angular', package: '@angular/core' }, 18 18 ]) 19 19 20 20 async function search() {