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

Latest commit

 

History

History
17 lines (11 loc) · 315 Bytes

tag.md

File metadata and controls

17 lines (11 loc) · 315 Bytes

npm-tag(1) -- Tag a published version

SYNOPSIS

npm tag <name>@<version> [<tag>]

DESCRIPTION

Tags the specified version of the package with the specified tag, or the --tag config if not specified.

SEE ALSO

  • npm-publish(1)
  • npm-registry(1)
  • npm-config(1)