@iannisz/node-cms
Advanced tools
Comparing version 0.0.68 to 0.0.69
@@ -113,3 +113,3 @@ "use strict"; | ||
if (fs.statSync(file).isDirectory()) { | ||
deleteEmptyDirectories(file); | ||
deleteEmptyDirectories(`${dirPath}/${file}`); | ||
} | ||
@@ -116,0 +116,0 @@ } |
@@ -166,3 +166,3 @@ import * as fs from 'fs' | ||
if (fs.statSync(file).isDirectory()) { | ||
deleteEmptyDirectories(file) | ||
deleteEmptyDirectories(`${ dirPath }/${ file }`) | ||
} | ||
@@ -169,0 +169,0 @@ } |
{ | ||
"name": "@iannisz/node-cms", | ||
"version": "0.0.68", | ||
"version": "0.0.69", | ||
"description": "Node CMS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
445677