Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man3/npm.3')
-rw-r--r--deps/npm/man/man3/npm.36
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man3/npm.3 b/deps/npm/man/man3/npm.3
index 53ca7e80485..5d1453a008f 100644
--- a/deps/npm/man/man3/npm.3
+++ b/deps/npm/man/man3/npm.3
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM" "3" "July 2013" "" ""
+.TH "NPM" "3" "August 2013" "" ""
.
.SH "NAME"
\fBnpm\fR \-\- node package manager
@@ -10,7 +10,7 @@
.
.nf
var npm = require("npm")
-npm\.load([configObject,] function (er, npm) {
+npm\.load([configObject], function (er, npm) {
// use the npm object, now that it\'s loaded\.
npm\.config\.set(key, val)
val = npm\.config\.get(key)
@@ -21,7 +21,7 @@ npm\.load([configObject,] function (er, npm) {
.fi
.
.SH "VERSION"
-1.3.6
+1.3.8
.
.SH "DESCRIPTION"
This is the API documentation for npm\.