]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-unpublish.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-unpublish.md
1 npm-unpublish(3) -- Remove a package from the registry
2 ======================================================
3
4 ## SYNOPSIS
5
6     npm.commands.unpublish(package, callback)
7
8 ## DESCRIPTION
9
10 This removes a package version from the registry, deleting its
11 entry and removing the tarball.
12
13 The package parameter must be defined.
14
15 Only the first element in the package parameter is used.  If there is no first
16 element, then npm assumes that the package at the current working directory
17 is what is meant.
18
19 If no version is specified, or if all versions are removed then
20 the root package entry is removed from the registry entirely.