@knowbee/renamer
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@knowbee/renamer", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "rename multiple files by filenames,patterns or extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,1 +45,2 @@ # @knowbee/renamer | ||
## Author | ||
Igwaneza Bruce |
@@ -12,3 +12,3 @@ const cli = require("commander"); | ||
) | ||
.version("1.0.4") | ||
.version("1.0.5") | ||
.option("--path, -p", "provide a path to run renamer") | ||
@@ -15,0 +15,0 @@ .parse(process.argv); |
Sorry, the diff of this file is not supported yet
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
7839
46