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

unpublish.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72bda9e98103bb79b426b950bdbf00ff329f674a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-UNPUBLISH" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm-unpublish\fR \-\- Remove a package from the registry
.
.SH "SYNOPSIS"
.
.nf
npm unpublish <name>[@<version>]
.
.fi
.
.SH "DESCRIPTION"
This removes a package version from the registry, deleting its
entry and removing the tarball\.
.
.P
If no version is specified, or if all versions are removed then
the root package entry is removed from the registry entirely\.