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 3a344a8 commit da5ffc8Copy full SHA for da5ffc8
src/registry/routes/index.ts
@@ -127,6 +127,7 @@ export default function (repository: Repository) {
127
href,
128
name: component.name,
129
version: component.version,
130
+ author: component.author,
131
description: component.description,
132
state: component.oc.state,
133
keywords: component.keywords || [],
0 commit comments