diff options
Diffstat (limited to 'deps/npm/man/man3/npm-publish.3')
-rw-r--r-- | deps/npm/man/man3/npm-publish.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man3/npm-publish.3 b/deps/npm/man/man3/npm-publish.3 index 5e25c4cbcb..650efc706c 100644 --- a/deps/npm/man/man3/npm-publish.3 +++ b/deps/npm/man/man3/npm-publish.3 @@ -14,10 +14,10 @@ Publishes a package to the registry so that it can be installed by name\. Possible values in the 'packages' array are: .RS 0 .IP \(bu 2 -\fB<folder>\fR: +\fB<folder>\fP: A folder containing a package\.json file .IP \(bu 2 -\fB<tarball>\fR: +\fB<tarball>\fP: A url or file path to a gzipped tar archive containing a single folder with a package\.json file inside\. |