[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.

feat: add pnpm and yarn engine icons (#1228)

authored by

Bjorn Lu and committed by
GitHub
39ebe2c7 8039e144

+2
+2
app/components/Package/Compatibility.vue
··· 14 14 bun: 'i-simple-icons:bun', 15 15 node: 'i-simple-icons:nodedotjs', 16 16 npm: 'i-simple-icons:npm', 17 + pnpm: 'i-simple-icons:pnpm', 18 + yarn: 'i-simple-icons:yarn', 17 19 } 18 20 19 21 function getName(engine: string): string {