Comparing version 0.1.0 to 0.1.1
@@ -8,3 +8,3 @@ 'use strict'; | ||
if (!src || !dest) { | ||
throw new Error('`src` and `dest required'); | ||
throw new Error('`src` and `dest` required'); | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "cp-file", | ||
"version": "0.1.0", | ||
"version": "0.1.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
3443