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.