Skip to content

chore: use public repository metadata URL#11

Open
YfengJ wants to merge 1 commit into
NMFR:masterfrom
YfengJ:codex/public-repository-metadata
Open

chore: use public repository metadata URL#11
YfengJ wants to merge 1 commit into
NMFR:masterfrom
YfengJ:codex/public-repository-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • replace the package repository URL with the public HTTPS GitHub URL
  • leave runtime code, package version, dependencies, homepage, and package contents unchanged

Why

The published npm metadata currently resolves the repository to an SSH GitHub URL. A public git+https URL is easier for npm users and automated package tooling to resolve without SSH setup.

Validation

  • npm view last-call-webpack-plugin@3.0.0 name version repository homepage bugs license --json
  • node metadata assertion for package.json
  • npm ci --ignore-scripts --no-audit --no-fund
  • node entry export smoke test
  • npm pack --dry-run --ignore-scripts --json .
  • git diff --check

Note: this package does not define a test script, so the validation focuses on lockfile install, module entry loading, and package dry-run output.

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