Skip to content

fix: normalize repository.url to git+https scheme#8

Merged
Apetuezekiel merged 1 commit into
mainfrom
fix/repository-url
May 16, 2026
Merged

fix: normalize repository.url to git+https scheme#8
Apetuezekiel merged 1 commit into
mainfrom
fix/repository-url

Conversation

@Apetuezekiel

Copy link
Copy Markdown
Owner

What

One-character fix: repository.url in package.json changed from https:// to git+https://.

Why

npm publish --dry-run emitted:

npm warn publish "repository.url" was normalized to "git+https://github.com/Apetuezekiel/TierGraph.git"

npm auto-corrects the URL during publish but surfaces a warning. The git+https:// scheme is the canonical form expected by npm for git repository URLs. Fixing it in source eliminates the warning on the real publish.

How to verify

npm pack --dry-run  # no npm warn lines in output

Out of scope

No code or test changes. Version unchanged.

@Apetuezekiel Apetuezekiel merged commit c0b35ce into main May 16, 2026
5 checks passed
@Apetuezekiel Apetuezekiel deleted the fix/repository-url branch May 16, 2026 18:41
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