Comparing version 0.12.1 to 0.12.2
@@ -33,2 +33,3 @@ var Entry, Q, mongoose, _; | ||
this.journal.datetime = date; | ||
this.journal.book = this.book.name; | ||
this.transactions = []; | ||
@@ -35,0 +36,0 @@ this.transactionModels = []; |
{ | ||
"name": "medici", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "Simple double-entry accounting for Node + Mongoose", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,2 +34,3 @@ var medici, moment, mongoose, util; | ||
_this.journal2 = journal; | ||
journal.book.should.equal('MyBook'); | ||
journal.memo.should.equal('Test Entry 2'); | ||
@@ -36,0 +37,0 @@ journal._transactions.length.should.equal(2); |
Sorry, the diff of this file is not supported yet
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
52851
902