Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 400 Bytes

unpublish.md

File metadata and controls

14 lines (9 loc) · 400 Bytes

npm-unpublish(1) -- Remove a package from the registry

SYNOPSIS

npm unpublish <name>[@<version>]

DESCRIPTION

This removes a package version from the registry, deleting its entry and removing the tarball.

If no version is specified, or if all versions are removed then the root package entry is removed from the registry entirely.