-
Notifications
You must be signed in to change notification settings - Fork 2
fix: ci #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ci #508
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.