@iannisz/node-cms
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -136,6 +136,3 @@ "use strict"; | ||
} | ||
// Overwrite ./private-workers directory | ||
if (fs.existsSync('private-workers')) { | ||
rimraf('private-workers'); | ||
} | ||
// Overwrite ./private-workers directory contents | ||
qcd.sync(__dirname + '/static/private-workers', 'private-workers'); | ||
@@ -142,0 +139,0 @@ // Create User Database |
@@ -146,8 +146,4 @@ /* | ||
// Overwrite ./private-workers directory | ||
// Overwrite ./private-workers directory contents | ||
if (fs.existsSync('private-workers')) { | ||
rimraf('private-workers') | ||
} | ||
qcd.sync(__dirname + '/static/private-workers', 'private-workers') | ||
@@ -154,0 +150,0 @@ |
{ | ||
"name": "@iannisz/node-cms", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Node CMS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
352838
99
7950