Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-08-22 22:56:18 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-23 02:12:37 +0300
commitf5eed2e60a994c49f46d3fcb8abe0ccc9eefa21c (patch)
tree2cc313a67ea204a1125a624fb0ee7b511cea4496 /scripts
parentee5066aaa25f48a15d4e7912383d10bc90654a5a (diff)
gen-changelog: Default repo is npm/cli now
Diffstat (limited to 'scripts')
-rw-r--r--scripts/changelog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/changelog.js b/scripts/changelog.js
index 7fc18a2c3..4f821dbf6 100644
--- a/scripts/changelog.js
+++ b/scripts/changelog.js
@@ -23,7 +23,7 @@ function shortname (url) {
if (!matched) return false
let repo = matched[1]
let id = matched[2]
- if (repo !== 'npm/npm') {
+ if (repo !== 'npm/cli') {
return `${repo}#${id}`
} else {
return `#${id}`