Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "srn", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "smart rename", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -56,4 +56,2 @@ #!/usr/bin/env node | ||
fs.copyFile(configs.from, configs.to, (err) => { | ||
throw err; | ||
}); | ||
fs.copyFile(configs.from, configs.to, () => {}); |
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
1844
48