Skip to content

chore: use HTTPS package metadata URLs#138

Open
youkiey wants to merge 1 commit into
lazd:masterfrom
youkiey:codex/update-package-metadata-urls
Open

chore: use HTTPS package metadata URLs#138
youkiey wants to merge 1 commit into
lazd:masterfrom
youkiey:codex/update-package-metadata-urls

Conversation

@youkiey

@youkiey youkiey commented Jun 24, 2026

Copy link
Copy Markdown

Summary

  • update the package repository metadata from git:// to git+https://

Validation

  • node -e "const p=require('./package.json'); if (p.name !== 'gulp-replace') throw new Error('name mismatch'); if (p.repository?.url !== 'git+https://github.com/lazd/gulp-replace.git') throw new Error(JSON.stringify(p.repository)); console.log(JSON.stringify(p.repository))"
  • git diff --check
  • npm pack --dry-run --ignore-scripts --json
  • npm test (21 passing, 1 existing TypeScript real-world fixture failure)

Note: npm test reaches the existing suite and passes 21 tests, but the run gulp-replace using typescript real-world fixture exits non-zero in this Windows/Node 20 environment. The change is limited to package metadata.

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.

1 participant