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
22
33[ ![ Build Status] ( https://travis-ci.org/pirelenito/git-revision-webpack-plugin.svg )] ( https://travis-ci.org/pirelenito/git-revision-webpack-plugin )
44[ ![ 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
1010
1111## Usage
1212
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:
1414
1515``` bash
1616npm install --save-dev git-revision-webpack-plugin
@@ -169,7 +169,7 @@ module.exports = {
169169}
170170```
171171
172- ## Outdated Webpack
172+ ## Outdated webpack
173173
174174If your project is ** not using Wepack version 4 or greater** , you will need to install an older version of this package:
175175
You can’t perform that action at this time.
0 commit comments