prerelease-snapshot
v1.0.0
Published
Adds SNAPSHOT for current version in the package.json and shrinkwrap.json if exists
Downloads
3
Readme
npm-snapshot
A little script which adds "-SNAPSHOT" text for version (for package.json and for shrinkwrap.json if it exists).
Usage
You must use prerelease-snapshot
in a folder with a package.json
.
For example, given the version "1.0.0", calling
prerelease-snapshot
will change the package.json to be "1.0.0-SNAPSHOT".
Install
npm install -g prerelease-snapshot
License
MIT