0.1.0 • Published 8 years ago
bump-version-webpack-plugin v0.1.0
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
0.1.0
8 years ago