rename export to webLibraryPackage

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-11-28 12:44:16 -06:00
parent b332250421
commit b063ad50c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,6 +16,6 @@
export { frontendPlugin } from './frontendPlugin';
export { backendPlugin } from './backendPlugin';
export { webLibraryPlugin } from './webLibraryPlugin';
export { webLibraryPackage } from './webLibraryPackage';
export { pluginCommon } from './pluginCommon';
export { scaffolderModule } from './scaffolderModule';
@@ -31,7 +31,7 @@ type Options = {
codeOwnersPath?: string;
};
export const webLibraryPlugin = createFactory<Options>({
export const webLibraryPackage = createFactory<Options>({
name: 'web-library-package',
description: 'A new web-library package',
optionsDiscovery: async () => ({