0.1.0 • Published 8 years ago

bump-version-webpack-plugin v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

Bump for webpack

A webpack plugin to bump the patch number every build

Usage

var Bump = require("bump-webpack-plugin");
module.exports = {
	plugins: [
		new Bump({
			files: ['package.json'],
			version: '1.2.5'
		})
	]
}

Code change from original version by johnnagan:

Instead of passing an array, parameters are now passed as an object. Version parameter is optional, if no specific version set it will increment.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

0.1.0

8 years ago