update web library factory

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-11-24 11:04:39 -06:00
parent d2553e630b
commit b935b6206d
@@ -32,7 +32,7 @@ type Options = {
};
export const webLibraryPlugin = createFactory<Options>({
name: 'plugin',
name: 'web-library-plugin',
description: 'A new web-library plugin',
optionsDiscovery: async () => ({
codeOwnersPath: await getCodeownersFilePath(paths.targetRoot),
@@ -55,7 +55,7 @@ export const webLibraryPlugin = createFactory<Options>({
await executePluginPackageTemplate(ctx, {
targetDir,
templateName: 'default-plugin',
templateName: 'default-web-library-plugin',
values: {
id,
name,