Skip to content

Commit a77f821

Browse files
authored
Merge branch 'main' into surface-kb-shortcuts
2 parents ea3bc54 + 39ebe2c commit a77f821

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)