webpack-version-plugin
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "webpack-version-plugin", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "webpack-version-plugin", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,7 +7,7 @@ # webpack-version-plugin | ||
```bash | ||
$ npm install webpack-version-plugin --save-dev | ||
$ npm install webpack-version-plugin@1.0.8 --save-dev | ||
``` | ||
yarn | ||
```bash | ||
$ yarn add webpack-version-plugin --dev | ||
$ yarn add webpack-version-plugin@1.0.8 --dev | ||
``` | ||
@@ -14,0 +14,0 @@ ## Usage |
@@ -12,4 +12,2 @@ function WebpackVersionPlugin(opts) { | ||
const hashMap = { | ||
@@ -16,0 +14,0 @@ hash: compilation.fullHash, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6534