rename export to webLibraryPackage
Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
@@ -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 () => ({
|
||||
|
||||
Reference in New Issue
Block a user