accountant
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,3 +5,3 @@ { | ||
"description": "Double Entry Accounting", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "" |
@@ -37,3 +37,3 @@ var Table = require('cli-table') | ||
assets.push({ | ||
symbol: "Cash" | ||
symbol: "Cash".yellow | ||
, cost_basis: cash | ||
@@ -50,3 +50,7 @@ }) | ||
}) | ||
assets.sort(function(a, b){ | ||
return b.cost_basis - a.cost_basis | ||
}) | ||
_.each(assets, function(x){ | ||
@@ -53,0 +57,0 @@ t.push([x.symbol |
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
22091
582