Comparing version 0.4.1 to 0.4.2
@@ -521,7 +521,9 @@ "use strict"; | ||
for (var property in this._definitionList){ | ||
output.push("--" + property); | ||
if (quote){ | ||
output.push("\"" + this[property] + "\""); | ||
} else { | ||
output.push(this[property]); | ||
if (this[property] !== undefined){ | ||
output.push("--" + property); | ||
if (quote){ | ||
output.push("\"" + this[property] + "\""); | ||
} else { | ||
output.push(this[property]); | ||
} | ||
} | ||
@@ -528,0 +530,0 @@ } |
{ | ||
"name": "nature", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Classify the things in your world and how they interact.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nature.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
70924
1625