Skip to content

Fix deprecation warning by updating repository URL to HTTPS#40

Open
kavionn wants to merge 2 commits intojbcarpanelli:masterfrom
kavionn:master
Open

Fix deprecation warning by updating repository URL to HTTPS#40
kavionn wants to merge 2 commits intojbcarpanelli:masterfrom
kavionn:master

Conversation

@kavionn
Copy link
Copy Markdown

@kavionn kavionn commented Nov 7, 2024

This pull request updates the repository URL in package.json from SSH (git+ssh://git@github.com:jcarpanelli/spinnies.git) to HTTPS (https://github.com/jcarpanelli/spinnies.git).

This change resolves the deprecation warning shown in Node.js (DEP0170), which indicates that the current SSH URL is invalid and future versions of Node.js will throw an error.

This update ensures compatibility with future Node.js versions and eliminates the deprecation warning related to the repository URL.

Additional Information:

  • The old SSH URL was causing a deprecation warning in Node.js, and using HTTPS resolves the issue.
  • No functional changes were made to the codebase.

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