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
path: root/lib/ls.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ls.js')
-rwxr-xr-xlib/ls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ls.js b/lib/ls.js
index 58174da21..ebc464d7e 100755
--- a/lib/ls.js
+++ b/lib/ls.js
@@ -90,7 +90,7 @@ function prettify (data, args) {
})
if (!pretty.length) pretty = ["Nothing found"]
pretty.push("")
- return pretty.join("\n")
+ return pretty.join("\r\n")
}
function merge (installed, remote) {
var merged = {}