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:
authorisaacs <i@izs.me>2010-09-22 03:25:47 +0400
committerisaacs <i@izs.me>2010-09-22 03:25:47 +0400
commitdbee5c3b14f10fac8b15e661a8e5ed72d4e147c0 (patch)
treeec68a7ff9638901db2379e9bc20fca56143d5945 /package.json
parentf9071cfbfd5b3316d9f4f18e06e75358bb757703 (diff)
Change the way npm help works, so that it will work with man programs that stubbornly refuse to take a troff file as an argument
That is, make it work on Solaris.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0bcb63de0..78a5a5836 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
{ "mail" : "npm-@googlegroups.com"
, "web" : "http://github.com/isaacs/npm/issues"
}
-, "directories" : { "doc" : "./doc", "man" : "./man", "lib" : "./lib" }
+, "directories" : { "doc" : "./doc", "man" : "./man1", "lib" : "./lib" }
, "bin" : { "npm" : "./cli.js" }
, "main" : "npm"
, "engines" : { "node" : ">=0.2.0" }