@patternfly/create-element
Advanced tools
Comparing version 1.0.0-next.13 to 1.0.0-next.14
@@ -178,2 +178,3 @@ "use strict"; | ||
await writeElementFiles(options); | ||
analyzeElement; | ||
if (options.monorepo) { | ||
@@ -180,0 +181,0 @@ await updateTsconfig(options); |
@@ -18,4 +18,4 @@ export interface BaseOptions { | ||
} | ||
export declare type PromptOptions<T> = Partial<T> & BaseOptions; | ||
export type PromptOptions<T> = Partial<T> & BaseOptions; | ||
export declare function promptForElementGeneratorOptions(options?: PromptOptions<GenerateElementOptions>): Promise<GenerateElementOptions>; | ||
export declare function main(): Promise<void>; |
{ | ||
"name": "@patternfly/create-element", | ||
"version": "1.0.0-next.13", | ||
"version": "1.0.0-next.14", | ||
"description": "Scaffold web components monorepos based on PatternFly Elements", | ||
@@ -5,0 +5,0 @@ "author": "Benny Powers <bennyp@redhat.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19986
448