Skip to content

chore: use HTTPS repository metadata#452

Open
Uomocapra wants to merge 1 commit into
toddbluhm:masterfrom
Uomocapra:codex/use-https-repository-metadata
Open

chore: use HTTPS repository metadata#452
Uomocapra wants to merge 1 commit into
toddbluhm:masterfrom
Uomocapra:codex/use-https-repository-metadata

Conversation

@Uomocapra

@Uomocapra Uomocapra commented Jun 25, 2026

Copy link
Copy Markdown

Summary

The package currently points npm metadata at the SSH style GitHub URL. This switches it to the public HTTPS form: git+https://github.com/toddbluhm/env-cmd.git.

No runtime code, dependencies, or package exports are changed.

Validation

I checked the change with node -e "const p=require('./package.json'); if (p.repository.url !== 'git+https://github.com/toddbluhm/env-cmd.git') throw new Error(p.repository.url); console.log('metadata ok');", npm pack --dry-run --ignore-scripts --json, and npm run lint.

I also tried npm run build, but the current unlocked install resolves an unrelated type mismatch between @types/sinon and @sinonjs/fake-timers.

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