Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "medici", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Simple double-entry accounting for Node + Mongoose", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "mocha && npm i mongoose@4 && mocha && npm i mongoose@5" | ||
"test": "mocha" | ||
}, | ||
@@ -9,0 +9,0 @@ "files": [ |
@@ -280,2 +280,3 @@ [![Build Status](https://travis-ci.org/koresar/medici.png?branch=master)](https://travis-ci.org/koresar/medici) | ||
- Node.js 8 is required now. | ||
- Drop support of Mongoose v4. Only v5 is supported now. (But v4 should just work, even though not tested.) | ||
- No API changes. | ||
@@ -282,0 +283,0 @@ |
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
28309
303