@s54a/init
Advanced tools
Comparing version 4.2.0 to 4.5.0
@@ -80,2 +80,7 @@ #!/usr/bin/env node | ||
if (!args.length) { | ||
options.condition = ""; | ||
options.folderPathOrNameOrLink = ""; | ||
} | ||
// Check for unsupported or invalid options | ||
@@ -82,0 +87,0 @@ if (Object.values(options).some((value) => value === null)) { |
{ | ||
"name": "@s54a/init", | ||
"version": "4.2.0", | ||
"version": "4.5.0", | ||
"description": "Project Initializer", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -251,2 +251,7 @@ # @s54a/init | ||
if (!args.length) { | ||
options.condition = ""; | ||
options.folderPathOrNameOrLink = ""; | ||
} | ||
// Check for unsupported or invalid options | ||
@@ -534,3 +539,3 @@ if (Object.values(options).some((value) => value === null)) { | ||
"name": "@s54a/init", | ||
"version": "4.2.0", | ||
"version": "4.5.0", | ||
"description": "Project Initializer", | ||
@@ -537,0 +542,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
30957
350
565