accountant
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,3 +5,3 @@ { | ||
"description": "Double Entry Accounting", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "" |
@@ -32,3 +32,2 @@ var Table = require('cli-table') | ||
console.log(k, b, b.balance, cash) | ||
cash += b.balance | ||
@@ -35,0 +34,0 @@ net_worth += b.balance |
22003
579