Comparing version 2.0.4 to 2.0.5
@@ -0,1 +1,5 @@ | ||
## 2.0.5 (2019-12-24) 🎄 | ||
* chore: Enforce usage of Node.js >= v10 ([9cbe75d](https://github.com/quentinrossetti/node-7z/commit/9cbe75d)) | ||
## 2.0.4 (2019-11-23) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "node-7z", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A Node.js wrapper for 7-Zip with platform binaries", | ||
@@ -35,2 +35,5 @@ "main": "./src/main.js", | ||
"homepage": "https://github.com/quentinrossetti/node-7zip.git", | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"dependencies": { | ||
@@ -37,0 +40,0 @@ "cross-spawn": "^7.0.1", |
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
102165