Skip to content

Conversation

@hrdtbs
Copy link
Member

@hrdtbs hrdtbs commented Dec 16, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 16, 2025 05:31
@hrdtbs hrdtbs merged commit 7625822 into master Dec 16, 2025
3 checks passed
@hrdtbs hrdtbs deleted the chore/update-release-flow branch December 16, 2025 05:31
Copy link

Copilot AI left a 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 PR adds the repository URL to the package.json file, making it easier for users to find the source code when viewing the package on npm.

  • Adds a "repository" field pointing to the GitHub repository URL

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

{
"name": "endpoints-sdk-cli",
"description": "endpoints sdk cli",
"repository": "https://github.com/matsuri-tech/endpoints-sdk-cli.git",
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The repository field uses a string format, but npm recommends using an object format with "type" and "url" properties. Consider using the object format for better clarity and compatibility. The recommended format would be: {"type": "git", "url": "https://github.com/matsuri-tech/endpoints-sdk-cli.git"}

Suggested change
"repository": "https://github.com/matsuri-tech/endpoints-sdk-cli.git",
"repository": {
"type": "git",
"url": "https://github.com/matsuri-tech/endpoints-sdk-cli.git"
},

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants