Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This pull request adds repository metadata to the widget package's package.json file. The PR title mentions "fix: ci" but the actual change is adding a repository field to improve package documentation and traceability, allowing package consumers to easily locate the source code repository.
Changes:
- Added
repositoryfield topackage.jsonwith git type and GitHub URL
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request adds repository metadata to the
package.jsonfile in thepackages/widgetpackage, specifying the GitHub repository location. This helps with project documentation and allows package consumers to easily find the source code.repositoryfield with typegitand the GitHub URL topackage.jsonfor better project traceability.