bump-webpack-plugin

0.1.0 • Public • Published

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)

Package Sidebar

Install

npm i bump-webpack-plugin

Weekly Downloads

18

Version

0.1.0

License

none

Last publish

Collaborators

  • johnagan