Comparing version 1.0.1 to 1.0.2
@@ -96,3 +96,3 @@ (function() { | ||
} | ||
cson += "" + prefix + (stringifyIndent(indentLevel)) + "'" + key + "':"; | ||
cson += "" + prefix + (stringifyIndent(indentLevel)) + (stringifyString(key)) + ":"; | ||
if (_.isString(value)) { | ||
@@ -99,0 +99,0 @@ cson += " " + (stringifyString(value)); |
{ | ||
"name": "season", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CSON utilities", | ||
@@ -5,0 +5,0 @@ "licenses": [ |
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
15557