Comparing version 2.0.0 to 2.0.1
@@ -16,3 +16,2 @@ 'use strict'; | ||
opts.overwrite = opts.overwrite === undefined ? true : false; | ||
cb = cb || function () {}; | ||
@@ -78,3 +77,2 @@ | ||
opts = opts || {}; | ||
opts.overwrite = opts.overwrite === undefined ? true : false; | ||
@@ -81,0 +79,0 @@ if (!opts.overwrite && fs.existsSync(dest)) { |
{ | ||
"name": "cp-file", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Copy a file", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
3681
86