Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning by updating repository URL to HTTPS #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ryukenshiroo
Copy link

This pull request updates the repository URL in package.json from SSH (git+ssh://[email protected]: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