Skip to content

Commit c0165ee

Browse files
maxreichmannd3xter666
authored andcommitted
[INTERNAL] Add missing JSDoc module info to enhanceManifest task (#1154)
1 parent a713376 commit c0165ee

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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

lib/tasks/enhanceManifest.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import manifestEnhancer from "../processors/manifestEnhancer.js";
22
import fsInterface from "@ui5/fs/fsInterface";
33

44
/* eslint "jsdoc/check-param-names": ["error", {"disableExtraPropertyReporting":true}] */
5+
/**
6+
* @public
7+
* @module @ui5/builder/tasks/enhanceManifest
8+
*/
59
/**
610
* Task for transforming the manifest.json file.
711
* Adds missing information based on the available project resources,

0 commit comments

Comments
 (0)