rename-random
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "rename-random", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple rename using random string", | ||
"main": "./lib/index.js", | ||
"bin": "./bin/cli.js", | ||
"bin": { | ||
"rename-random": "./bin/cli.js" | ||
}, | ||
"scripts": { | ||
@@ -8,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -12,3 +12,3 @@ rename-random | ||
```{bash} | ||
random-rename ./example.json // => Renamed example.json to fhg9h4zOMYkRRXXp.json | ||
rename-random ./example.json | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
2790