0.1.0 • Published 11 years ago
bump-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([
'package.json',
'bower.json'
])
]
}License
0.1.0
11 years ago