@netcentric/eddys-video
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -14,7 +14,7 @@ const fs = require('fs'); | ||
mkFullPathSync(`../../${filePath}`); | ||
mkFullPathSync(`../../../${filePath}`); | ||
fs.cp(filePath, `../../${filePath}`, { recursive: true }, (err) => { | ||
fs.cp(filePath, `../../../${filePath}`, { recursive: true }, (err) => { | ||
if (err) fs.writeFileSync(`error.txt`, err, 'utf8'); | ||
fs.writeFileSync(`done.txt`, `${filePath} => ../../${filePath}`, 'utf8'); | ||
}); |
{ | ||
"name": "@netcentric/eddys-video", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "<Package description>", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
20497