machinepack-fs
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -68,3 +68,3 @@ module.exports = { | ||
// Now create the directory on disk. | ||
fsx.mkdirs(inputs.destination, next); | ||
fsx.mkdirs(inputs.destination, exits); | ||
@@ -71,0 +71,0 @@ });//</after deleting existing file(s)/dir(s) if necessary> |
{ | ||
"name": "machinepack-fs", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Work with the local filesystem; list files, write files, etc.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
41839