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 <turner@mikomi.org>2014-12-09 01:04:09 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:26:38 +0300
commit25db0b7de165b2f3e9d1c08036416410b5dbfb14 (patch)
tree55ca1f1e6e5af15202b8df620ed7c58f22d8ca24 /lib/bugs.js
parent192d5e09c685c40c7d48fa4a732ef2da6156886d (diff)
We should link to www.npmjs.org not npmjs.org
Diffstat (limited to 'lib/bugs.js')
-rw-r--r--lib/bugs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bugs.js b/lib/bugs.js
index 6b2a44f21..c63b76b41 100644
--- a/lib/bugs.js
+++ b/lib/bugs.js
@@ -22,7 +22,7 @@ function bugs (args, cb) {
var url = d.bugs && ((typeof d.bugs === "string") ? d.bugs : d.bugs.url)
if (!url) {
- url = "https://npmjs.org/package/" + d.name
+ url = "https://www.npmjs.org/package/" + d.name
}
log.silly("bugs", "url", url)
opener(url, { command: npm.config.get("browser") }, cb)