Skip to content

Build: Use HTTPS repository metadata#174

Merged
mgol merged 2 commits into
jquery:mainfrom
leo1987820:codex/use-https-repository-metadata-3389
Jun 26, 2026
Merged

Build: Use HTTPS repository metadata#174
mgol merged 2 commits into
jquery:mainfrom
leo1987820:codex/use-https-repository-metadata-3389

Conversation

@leo1987820

Copy link
Copy Markdown
Contributor

Summary

  • Update package.json repository metadata from the deprecated unauthenticated git:// protocol to git+https://.
  • Leave runtime code, dependency versions, package version, and release files unchanged.

Validation

  • node -e "const p=require('./package.json'); if(p.repository.url !== 'git+https://github.com/jquery/jquery-color.git') { throw new Error(p.repository.url); } console.log('repository.url OK:', p.repository.url)"
  • git diff --check
  • npm.cmd pack --dry-run --ignore-scripts --json

@linux-foundation-easycla

linux-foundation-easycla Bot commented Jun 25, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

@mgol mgol left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@mgol mgol merged commit 4b0b459 into jquery:main Jun 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants