Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 305 Bytes

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([
			'package.json',
			'bower.json'
		])
	]
}

License

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