Support plan
- is this issue currently blocking your project? (yes/no): no
- is this issue affecting a production system? (yes/no): no
Context
- node version: 14.19.3
- module version with issue: 7.0.0
- last module version without issue: unknown
- environment (e.g. node, browser, native): Node
- used with (e.g. hapi application, another framework, standalone, ...): N/A
- any other relevant information:
What are you trying to achieve or the steps to reproduce?
Vision's package.json's repository field is apparently incorrect. It says git://github.com/hapijs/vision; however, as far as I know, GitHub doesn't support the git:// URL scheme. Instead, it should be https://github.com/hapijs/vision.git.
What was the result you got?
Non-functioning repository
What result did you expect?
Usable repository
Support plan
Context
What are you trying to achieve or the steps to reproduce?
Vision's package.json's
repositoryfield is apparently incorrect. It saysgit://github.com/hapijs/vision; however, as far as I know, GitHub doesn't support thegit://URL scheme. Instead, it should be https://github.com/hapijs/vision.git.What was the result you got?
Non-functioning repository
What result did you expect?
Usable repository