Skip to content

chore: use HTTPS package metadata URLs#50

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

chore: use HTTPS package metadata URLs#50
youkiey wants to merge 1 commit into
robrich:mainfrom
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-exec') throw new Error('name mismatch'); if (p.repository !== 'git+https://github.com/robrich/gulp-exec.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 (14 passing, 2 existing Windows shell-command fixture failures)

Note: npm test reaches the existing suite and passes 14 tests, but two fixtures call Unix cp/cat, which are unavailable in this Windows 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