object-to-human-string
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -15,3 +15,2 @@ var toHumanString = function(value, level, options) { | ||
for (var o in options) { | ||
console.log("Mapping", o); | ||
opts[o] = options[o]; | ||
@@ -24,5 +23,3 @@ } | ||
} | ||
console.log("Options is now", opts); | ||
var errorString = ""; | ||
@@ -42,2 +39,2 @@ | ||
module.exports = toHumanString; | ||
module.exports = toHumanString; |
{ | ||
"name": "object-to-human-string", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Converts objects into human readable strings", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
4787
92