html-webpack-tags-plugin
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -5,2 +5,9 @@ # Change Log | ||
https://github.com/jharris4/html-webpack-tags-plugin | ||
<a name="2.0.11"></a> | ||
# [2.0.11](https://github.com/jharris4/html-webpack-tags-plugin/compare/2.0.10...2.0.11) (2019-05-03) | ||
### Features | ||
* Add new **`globFlatten`** tag option (default **false**) that allows paths to be stripped from glob matched file paths. | ||
<a name="2.0.10"></a> | ||
@@ -7,0 +14,0 @@ # [2.0.10](https://github.com/jharris4/html-webpack-tags-plugin/compare/2.0.9...2.0.10) (2019-04-27) |
{ | ||
"name": "html-webpack-tags-plugin", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "lets you define html tags to inject with html-webpack-plugin", | ||
@@ -66,4 +66,4 @@ "main": "index.js", | ||
"minimatch": "^3.0.4", | ||
"slash": "^2.0.0" | ||
"slash": "^3.0.0" | ||
} | ||
} |
66281
+ Addedslash@3.0.0(transitive)
- Removedslash@2.0.0(transitive)
Updatedslash@^3.0.0