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:
authorKat Marchán <kzm@zkat.tech>2018-07-13 02:21:29 +0300
committerGitHub <noreply@github.com>2018-07-13 02:21:29 +0300
commitf0a372b074cc43ee0e1be28dbbcef0d556b3b36c (patch)
tree8ea0da08e6b76308f8cf8928e6b3ffae6c5f994d /bin/npm-cli.js
parent4c32413a5b42e18a34afb078cf00eed60f08e4ff (diff)
docs: replace references to the old repo or issue tracker (#5)
Diffstat (limited to 'bin/npm-cli.js')
-rwxr-xr-xbin/npm-cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index b5cf4e312..a38009d27 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -103,7 +103,7 @@
break
}
}
- const changelog = `https://github.com/npm/npm/releases/tag/v${latest}`
+ const changelog = `https://github.com/npm/cli/releases/tag/v${latest}`
notifier.notify({
message: `New ${type} version of ${pkg.name} available! ${
useColor ? color.red(old) : old