diff --git a/src/registry/routes/index.ts b/src/registry/routes/index.ts index ff164aa1..6fd51607 100644 --- a/src/registry/routes/index.ts +++ b/src/registry/routes/index.ts @@ -127,6 +127,7 @@ export default function (repository: Repository) { href, name: component.name, version: component.version, + author: component.author, description: component.description, state: component.oc.state, keywords: component.keywords || [],