Skip to content

Commit 73c7ce6

Browse files
authored
docs(query): add maintainer Damian Osipiuk with Vue expertise (#425)
1 parent 4a0a79f commit 73c7ce6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/libraries/maintainers.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,14 @@ export const allMaintainers: Maintainer[] = [
321321
frameworkExpertise: ['react'],
322322
social: {},
323323
},
324+
{
325+
name: 'Damian Osipiuk',
326+
avatar: 'https://github.com/DamianOsipiuk.png',
327+
github: 'DamianOsipiuk',
328+
maintainerOf: ['query'],
329+
frameworkExpertise: ['vue'],
330+
specialties: [],
331+
},
324332
]
325333

326334
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)