Comparing version 0.1.5 to 0.1.6
@@ -618,8 +618,13 @@ /* | ||
// node.js | ||
module.exports= | ||
if (typeof module!=='undefined' && module.exports) | ||
{ | ||
parse: hjson_parse, | ||
stringify: hjson_stringify, | ||
endOfLine: function() { return EOL; }, | ||
setEndOfLine: function(eol) { EOL=eol; } | ||
}; | ||
var os=require('os'); | ||
EOL=os.EOL; | ||
module.exports= | ||
{ | ||
parse: hjson_parse, | ||
stringify: hjson_stringify, | ||
endOfLine: function() { return EOL; }, | ||
setEndOfLine: function(eol) { EOL=eol; } | ||
}; | ||
} |
@@ -6,3 +6,3 @@ { | ||
"author": "Christian Zangl", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"tags": [ | ||
@@ -9,0 +9,0 @@ "json", |
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
20569
525