Skip to content

Use the simplest URL for Git repo

Takuya Noguchi requested to merge tnir-use-https-protocol into main

What does this Merge Request do and why?

Follows up !2002 (merged)

See https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository:

Do it like this:

{
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cli.git"
  }
}

Merge request reports