Skip to content

Use HTTPS repository metadata#5

Open
9904099 wants to merge 1 commit into
hronro:masterfrom
9904099:metadata-https-repository
Open

Use HTTPS repository metadata#5
9904099 wants to merge 1 commit into
hronro:masterfrom
9904099:metadata-https-repository

Conversation

@9904099

@9904099 9904099 commented Jun 19, 2026

Copy link
Copy Markdown

Summary

Update the npm repository metadata from the SSH GitHub URL to the public HTTPS Git URL.

The package is public, so the published metadata should not require SSH configuration for npm users or metadata tooling.

Validation

node -e "const p=require('./package.json'); const expected='git+https://github.com/foisonocean/vite-plugin-graphql.git'; if (p.repository.url !== expected) process.exit(1)"
npm pack --dry-run --ignore-scripts --json .
git diff --check

npm pack completed successfully. It only emitted the existing .npmignore fallback warning.

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