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
- Host: GitHub
- URL: https://github.com/johnagan/bump-webpack-plugin
- Owner: johnagan
- License: mit
- Created: 2015-04-15T17:52:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T12:14:47.000Z (almost 9 years ago)
- Last Synced: 2025-04-28T11:22:45.472Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)