Skip to content

Use HTTPS repository metadata#45

Open
leo1987820 wants to merge 1 commit into
feross:masterfrom
leo1987820:fix-repository-url-https
Open

Use HTTPS repository metadata#45
leo1987820 wants to merge 1 commit into
feross:masterfrom
leo1987820:fix-repository-url-https

Conversation

@leo1987820

Copy link
Copy Markdown

Summary

  • replace the deprecated git:// repository metadata with git+https://github.com/feross/safe-buffer.git

Verification

  • node -e "const p=require('./package.json'); if (p.repository.url !== 'git+https://github.com/feross/safe-buffer.git') process.exit(1)"
  • npx.cmd tape test/*.js (50/50 passing)

Note: npm.cmd test currently fails during standard linting because this older package installs standard@*, which pulls a newer lint stack that no longer recognizes the existing node/no-deprecated-api disable comments and reports pre-existing Buffer deprecation rules. No runtime code is changed here.

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