We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0a79f commit 73c7ce6Copy full SHA for 73c7ce6
1 file changed
src/libraries/maintainers.ts
@@ -321,6 +321,14 @@ export const allMaintainers: Maintainer[] = [
321
frameworkExpertise: ['react'],
322
social: {},
323
},
324
+ {
325
+ name: 'Damian Osipiuk',
326
+ avatar: 'https://github.com/DamianOsipiuk.png',
327
+ github: 'DamianOsipiuk',
328
+ maintainerOf: ['query'],
329
+ frameworkExpertise: ['vue'],
330
+ specialties: [],
331
+ },
332
]
333
334
export const coreMaintainers = allMaintainers.filter(
0 commit comments