Skip to content

Use HTTPS repository metadata#3471

Merged
char0n merged 1 commit into
char0n:masterfrom
Soengkit:codex/use-https-repository-metadata
Jun 26, 2026
Merged

Use HTTPS repository metadata#3471
char0n merged 1 commit into
char0n:masterfrom
Soengkit:codex/use-https-repository-metadata

Conversation

@Soengkit

Copy link
Copy Markdown
Contributor

Summary

  • replace the legacy git:// repository URL in package.json
  • keep the package metadata pointed at this public GitHub repository over HTTPS

Validation

  • node -e "const pkg=require('./package.json'); if(pkg.repository.url !== 'git+https://github.com/char0n/ramda-adjunct.git') throw new Error(pkg.repository.url)"
  • node -e "JSON.parse(require('fs').readFileSync('package.json', 'utf8'))"
  • git diff --check
  • git ls-remote https://github.com/char0n/ramda-adjunct.git HEAD

@char0n char0n left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thank you!

@char0n char0n merged commit 535343d into char0n:master Jun 26, 2026
1 check passed
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