aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/lib/bugs.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-13 18:53:02 -0800
committerisaacs <i@izs.me>2011-12-14 14:17:16 -0800
commitbb9316da28feaad035eb2f61aeafc5f1a7a57ae2 (patch)
tree2ee858b80a3819c3c1d10c96932637261f5f0ca2 /deps/npm/lib/bugs.js
parentf490934c33bdf134cfb24c6f26975a7e26d64953 (diff)
downloadandroid-node-v8-bb9316da28feaad035eb2f61aeafc5f1a7a57ae2.tar.gz
android-node-v8-bb9316da28feaad035eb2f61aeafc5f1a7a57ae2.tar.bz2
android-node-v8-bb9316da28feaad035eb2f61aeafc5f1a7a57ae2.zip
npm 1.1.0-beta-2
Diffstat (limited to 'deps/npm/lib/bugs.js')
-rw-r--r--deps/npm/lib/bugs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/lib/bugs.js b/deps/npm/lib/bugs.js
index 1c52ffda0e..a3a017cc02 100644
--- a/deps/npm/lib/bugs.js
+++ b/deps/npm/lib/bugs.js
@@ -23,8 +23,8 @@ function bugs (args, cb) {
var bugs = d.bugs
, repo = d.repository || d.repositories
if (bugs) {
- if (typeof bugs === "string") return open(bugs, cb)
- if (bugs.url) return open(bugs.url, cb)
+ if (typeof bugs === "string") return open(bugs, cb)
+ if (bugs.url) return open(bugs.url, cb)
}
if (repo) {
if (Array.isArray(repo)) repo = repo.shift()