`package.json` repository field
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
#### 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
Contributor guide
Assessment
This issue has not been assessed yet.