metalsmith-renamer
Advanced tools
Comparing version 0.5.18 to 0.5.19
@@ -0,1 +1,3 @@ | ||
## [0.5.19](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.18...v0.5.19) (2020-08-20) | ||
## [0.5.18](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.17...v0.5.18) (2020-08-20) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "metalsmith-renamer", | ||
"version": "0.5.18", | ||
"version": "0.5.19", | ||
"description": "Plugin to take a pattern and rename each matched file", | ||
@@ -32,3 +32,3 @@ "source": "src/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.11.1", | ||
"@babel/core": "7.11.4", | ||
"@babel/preset-env": "7.11.0", | ||
@@ -35,0 +35,0 @@ "@semantic-release/changelog": "5.0.1", |
15930