Skip to content

Commit 39ebe2c

Browse files
authored
feat: add pnpm and yarn engine icons (#1228)
1 parent 8039e14 commit 39ebe2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/components/Package/Compatibility.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ const engineIcons: Record<string, string> = {
1414
bun: 'i-simple-icons:bun',
1515
node: 'i-simple-icons:nodedotjs',
1616
npm: 'i-simple-icons:npm',
17+
pnpm: 'i-simple-icons:pnpm',
18+
yarn: 'i-simple-icons:yarn',
1719
}
1820
1921
function getName(engine: string): string {

0 commit comments

Comments
 (0)