metalsmith-renamer
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -0,1 +1,3 @@ | ||
## [0.5.2](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.1...v0.5.2) (2020-06-15) | ||
## [0.5.1](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.0...v0.5.1) (2020-06-12) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "metalsmith-renamer", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Plugin to take a pattern and rename each matched file", | ||
@@ -38,3 +38,3 @@ "source": "src/index.js", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"jest": "26.0.1", | ||
@@ -41,0 +41,0 @@ "metalsmith": "2.3.0", |
14047