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

Latest commit

 

History

History
15 lines (10 loc) · 462 Bytes

tag.md

File metadata and controls

15 lines (10 loc) · 462 Bytes

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

SYNOPSIS

npm tag packagename 1.2.3 tagname

DESCRIPTION

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

The only tags with special significance are "stable", which is the version that gets installed by default when no other tag or version number is specified, and "latest", which always points to the most recently uploaded version of a package.