File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11![ UI5 icon] ( https://raw.githubusercontent.com/UI5/cli/main/docs/images/UI5_logo_wide.png )
22
33# ui5-builder
4+
5+ > ⚠️ ** REPOSITORY MOVED**
6+ >
7+ > The ` @ui5/builder ` package is now maintained in the [ UI5 CLI monorepo] ( https://github.com/UI5/cli ) .
8+ >
9+ > - ** New location** : https://github.com/UI5/cli/tree/main/packages/builder
10+ > - ** Issues & PRs** : Please submit to the [ monorepo] ( https://github.com/UI5/cli/issues )
11+ > - ** Latest releases** : Available from the monorepo
12+
413> Modules for building UI5 projects
514> Part of the [ UI5 CLI] ( https://github.com/UI5/cli )
615
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ import manifestEnhancer from "../processors/manifestEnhancer.js";
22import fsInterface from "@ui5/fs/fsInterface" ;
33
44/* eslint "jsdoc/check-param-names": ["error", {"disableExtraPropertyReporting":true}] */
5+ /**
6+ * @public
7+ * @module @ui 5/builder/tasks/enhanceManifest
8+ */
59/**
610 * Task for transforming the manifest.json file.
711 * Adds missing information based on the available project resources,
You can’t perform that action at this time.
0 commit comments