Comparing version 0.6.0 to 0.6.2
@@ -74,3 +74,5 @@ // Generated by CoffeeScript 1.6.3 | ||
parsed[key] = val; | ||
if (val) { | ||
parsed[key] = val; | ||
} | ||
} else { | ||
@@ -84,2 +86,3 @@ if (key.indexOf('_id') > 0) { | ||
parsed.book = this.name; | ||
console.log('query:', parsed); | ||
return parsed; | ||
@@ -86,0 +89,0 @@ }; |
{ | ||
"name": "medici", | ||
"version": "0.6.0", | ||
"version": "0.6.2", | ||
"description": "Simple double-entry accounting for Node + Mongoose", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
34762
498