An open API service indexing awesome lists of open source software.

https://github.com/johnagan/bump-webpack-plugin

A webpack plugin to bump the patch number every build
https://github.com/johnagan/bump-webpack-plugin

Last synced: about 1 year ago
JSON representation

A webpack plugin to bump the patch number every build

Awesome Lists containing this project

README

          

# Bump for webpack
A webpack plugin to bump the patch number every build

## Usage

``` javascript
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)