Skip to content
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

chore: correct package.json repository.url protocol to git+https #1225

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Issue

package.json specifies an invalid protocol for the repository.url key.

"repository": {
"type": "git",
"url": "https://github.com/cypress-io/github-action.git"
},

Valid protocols, as listed in the Git URLs as Dependencies npm documentation section, are defined as follows:

<protocol> is one of git, git+ssh, git+http, git+https, or git+file.

Change

Using Node.js 20.16.0 LTS, execute the following in root of repo:

npm pkg fix

Since this repo is not published as an npm package, no new version needs to be created.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added the type: enhancement New feature or request label Jul 27, 2024
@MikeMcC399 MikeMcC399 self-assigned this Jul 27, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 27, 2024 15:36
@jennifer-shehane jennifer-shehane merged commit 9000863 into cypress-io:master Jul 29, 2024
76 checks passed
@MikeMcC399 MikeMcC399 deleted the normalize-package.json branch July 29, 2024 14:37
Copy link

🎉 This PR is included in version 6.7.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

aayushshah15 pushed a commit to useblacksmith/cypress-io that referenced this pull request Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants