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

tag.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e62b2ad3cde640693ec47f7cff87a70cd66d406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
npm-tag(1) -- Tag a published version
=====================================

## SYNOPSIS

    npm tag <name>@<version> <tagname>

## DESCRIPTION

Tags the specified version of the package with the specified "tagname".

The only tag with special significance is "latest".  That version is
installed by default when no other tag or version number is specified,
and always points to the most recently updated version of a package.