Skip to content

[ fix ] : add missing license to angular package.json#632

Open
Dijo-404 wants to merge 3 commits intogoogle:mainfrom
Dijo-404:fix/add-angular-license
Open

[ fix ] : add missing license to angular package.json#632
Dijo-404 wants to merge 3 commits intogoogle:mainfrom
Dijo-404:fix/add-angular-license

Conversation

@Dijo-404
Copy link
Contributor

Description

This PR adds the missing "license": "Apache-2.0" field to the package.json file for the @a2ui/angular package.

Verification

Validated the change by running npm install and npm start in samples/client/angular to ensure the project still builds and runs correctly with the updated manifest.

Fixes #630

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly adds the missing license field to the package.json for the @a2ui/angular package and includes the license file in the build output. However, it also introduces several unrelated changes. The new root package-lock.json appears to be accidental, and the formatting changes in standard_catalog_definition.json add unnecessary noise. To improve maintainability and reviewability, it's recommended to keep pull requests focused on a single logical change.

- Adds 'license': 'Apache-2.0' to package.json
- Bumps version to 0.8.4
- Updates postprocess-build.mjs to copy LICENSE file to dist/
@Dijo-404 Dijo-404 force-pushed the fix/add-angular-license branch from e0802cb to d9ea3f0 Compare February 17, 2026 08:25
@ava-cassiopeia
Copy link
Collaborator

@jacobsimionato this bumps the package version, how do you want to handle release for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Angular NPM package is missing license file associated with it

3 participants

Comments