metalsmith-renamer
Advanced tools
Comparing version 0.5.53 to 0.5.54
@@ -0,1 +1,3 @@ | ||
## [0.5.54](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.53...v0.5.54) (2020-12-05) | ||
## [0.5.53](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.52...v0.5.53) (2020-12-03) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "metalsmith-renamer", | ||
"version": "0.5.53", | ||
"version": "0.5.54", | ||
"description": "Plugin to take a pattern and rename each matched file", | ||
@@ -37,3 +37,3 @@ "source": "src/index.js", | ||
"babel-jest": "26.6.3", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint-config-prettier": "7.0.0", | ||
"eslint-plugin-prettier": "3.2.0", | ||
@@ -40,0 +40,0 @@ "jest": "26.6.3", |
19499