fix(render): add bugs.url to @react-email/render package manifest#3563
fix(render): add bugs.url to @react-email/render package manifest#35631593959 wants to merge 1 commit into
Conversation
|
|
@shuel is attempting to deploy a commit to the resend Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Adds the bugs.url field to package.json for correct issue tracker linking. This is a metadata-only change with no impact on logic or functionality.
Re-trigger cubic
Adds missing
bugs.urlfield to@react-email/renderpackage.json, pointing to the repository issues page.Supersedes #3561 (resolved merge conflict).
Summary by cubic
Adds the missing
bugs.urlfield to the@react-email/renderpackage.json, pointing to https://github.com/resend/react-email/issues. This ensures npm and related tooling link bug reports to the correct issue tracker.Written for commit 42af078. Summary will update on new commits.