File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Git Revision Webpack Plugin
1
+ # Git revision webpack plugin
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/pirelenito/git-revision-webpack-plugin.svg )] ( https://travis-ci.org/pirelenito/git-revision-webpack-plugin )
4
4
[ ![ npm version] ( https://badge.fury.io/js/git-revision-webpack-plugin.svg )] ( https://badge.fury.io/js/git-revision-webpack-plugin )
@@ -10,7 +10,7 @@ Simple [webpack](https://webpack.js.org/) plugin that generates `VERSION` and `C
10
10
11
11
## Usage
12
12
13
- Given a ** Webpack 4** project ([ check bellow] ( #outdated-webpack ) for ** old Webpack versions** ), install it as a local development dependency:
13
+ Given a ** webpack 4** project ([ check bellow] ( #outdated-webpack ) for ** old webpack versions** ), install it as a local development dependency:
14
14
15
15
``` bash
16
16
npm install --save-dev git-revision-webpack-plugin
@@ -169,7 +169,7 @@ module.exports = {
169
169
}
170
170
```
171
171
172
- ## Outdated Webpack
172
+ ## Outdated webpack
173
173
174
174
If your project is ** not using Wepack version 4 or greater** , you will need to install an older version of this package:
175
175
You can’t perform that action at this time.
0 commit comments