@multivisio/layout
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@multivisio/layout", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -72,3 +72,3 @@ const { stat, statSync, rmSync, mkdirSync, readdirSync, writeFileSync, readFileSync } = require('node:fs'); | ||
}); | ||
init(layoutPath); | ||
init(layoutPath, true); | ||
} | ||
@@ -96,3 +96,3 @@ ); | ||
}); | ||
init(layoutPath); | ||
init(layoutPath, true); | ||
} | ||
@@ -99,0 +99,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
49903