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/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-12-23 22:43:39 +0300
committerisaacs <i@izs.me>2010-12-23 22:43:39 +0300
commit68a281552628d96d02185d5968768108fcfd5b66 (patch)
treeadfe0562373aafaf38792aed7414ed1a7a48cef9 /man1
parentc5aba2e5b9a5fb83965be8a24d33811703546caf (diff)
make doc
Diffstat (limited to 'man1')
-rw-r--r--man1/changelog.113
-rw-r--r--man1/faq.14
2 files changed, 16 insertions, 1 deletions
diff --git a/man1/changelog.1 b/man1/changelog.1
index 0851eb91b..d58725e7e 100644
--- a/man1/changelog.1
+++ b/man1/changelog.1
@@ -465,5 +465,18 @@ Various bugfixes (0\.2\.11 was big, broke some stuff)
.br
\fBnpm faq\fR command (wrapper for \fBnpm help faq\fR)
.
+.IP "\(bu" 4
+0\.2\.13:
+Merry Xmas!
+.
+.br
+Config setting on the command line with grace and gusto
+.
+.br
+Portability and stability fixes\.
+.
+.br
+Mostly sort of works with Homebrew\-installed nodejs\.
+.
.IP "" 0
diff --git a/man1/faq.1 b/man1/faq.1
index d25b72af9..cd38e0222 100644
--- a/man1/faq.1
+++ b/man1/faq.1
@@ -54,7 +54,7 @@ upcoming version:
.P
\fIhttps://github\.com/isaacs/npm/issues/issue/294\fR
.
-.SH "What is a `package`"
+.SH "What is a `package`?"
A package is:
.
.IP "\(bu" 4
@@ -65,6 +65,8 @@ b) a gzipped tarball containing (a)
.
.IP "\(bu" 4
c) a url that resolves to (b)
+.
+.IP "\(bu" 4
d) a \fB<name>@<version>\fR that is published on the registry with (c)
.
.IP "\(bu" 4