Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "medici", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple double-entry accounting for Node + Mongoose", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -135,2 +135,5 @@ module.exports = class Entry { | ||
// Hello JavaScript. Your math rounding skill is mesmerising. | ||
if (total < 1e-10) total = 0; | ||
if (total > 0 || total < 0) { | ||
@@ -137,0 +140,0 @@ const err = new Error('INVALID_JOURNAL'); |
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
25700
549