Skip to content

Fix npm repository metadata URL#1266

Open
2lll5 wants to merge 1 commit into
itinance:masterfrom
2lll5:fix-repository-metadata
Open

Fix npm repository metadata URL#1266
2lll5 wants to merge 1 commit into
itinance:masterfrom
2lll5:fix-repository-metadata

Conversation

@2lll5

@2lll5 2lll5 commented Jun 19, 2026

Copy link
Copy Markdown

Updates the package repository metadata to use the standard npm/GitHub HTTPS URL instead of an SSH-style URL.

Verification:

  • node -e "const p=require('./package.json'); if (p.repository.url !== 'git+https://github.com/itinance/react-native-fs.git') throw new Error(p.repository.url); console.log(JSON.stringify(p.repository))"
  • git diff --check

Bounty: charles-openclaw/charles-microbounties#1936

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