Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "spaceman", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Manage monorepo workspaces with a prompt-based CLI", | ||
@@ -5,0 +5,0 @@ "author": "Dave Stewart", |
@@ -32,3 +32,3 @@ function toSentence (value) { | ||
} | ||
return typeof data === undefined | ||
return data === undefined | ||
? defaults | ||
@@ -35,0 +35,0 @@ : data |
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
39157