Skip to content

Commit

Permalink
chore: correct patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayden Naydenov committed Jan 17, 2024
1 parent 335bb0e commit 8025662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/@custom-elements-manifest+analyzer+0.8.4.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ index 49da928..1868c9b 100755
/**
* Create the manifest
diff --git a/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js b/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js
index 30cfee9..ff27d8b 100644
index 30cfee9..338e5a3 100644
--- a/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js
+++ b/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js
@@ -61,6 +61,7 @@ export const DEFAULTS = {
stencil: false,
fast: false,
catalyst: false,
+ ui5generation: false,
+ ui5package: false,
'catalyst-major-2': false,
}

@@ -80,6 +81,7 @@ export function getCliConfig(argv) {
{ name: 'fast', type: Boolean },
{ name: 'catalyst', type: Boolean },
{ name: 'catalyst-major-2', type: Boolean },
+ { name: 'ui5generation', type: Boolean },
+ { name: 'ui5package', type: Boolean },
];

return commandLineArgs(optionDefinitions, { argv });

0 comments on commit 8025662

Please sign in to comment.