How do I tag packages?

Use dist-tag to tag packages.

You can add a tag with the following command:

npm dist-tag add @listen360/<PACKAGE>@<VERSION> <TAG>

For example:

npm dist-tag add @listen360/[email protected] production
+production: @listen360/[email protected]

To update an existing tag, just run the add command again.

You can list all the tags for your package with this command:

npm dist-tag ls
latest: 0.0.138
production: 0.0.136
sandbox: 0.0.137