Skip to content

Instantly share code, notes, and snippets.

@isaacs
Last active October 11, 2016 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/4cd3c8157d4b5da5ae4dc5e35a22345e to your computer and use it in GitHub Desktop.
Save isaacs/4cd3c8157d4b5da5ae4dc5e35a22345e to your computer and use it in GitHub Desktop.
$ npm version 1.0.0
v1.0.0
$ npm version prerelease
v1.0.1-0
$ npm version prerelease
v1.0.1-1
$ npm version prerelease
v1.0.1-2
$ npm version prepatch
v1.0.2-0
$ npm version prepatch
v1.0.3-0
$ npm version prepatch
v1.0.4-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment