Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "cross-zip", | ||
"description": "Cross-platform .zip file creation", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
@@ -49,4 +49,17 @@ # cross-zip [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] | ||
## Windows users | ||
This package requires [.NET Framework 4.5 or later](https://www.microsoft.com/net) | ||
and [Powershell 3](https://www.microsoft.com/en-us/download/details.aspx?id=34595). | ||
These come **pre-installed** on Windows 8 or later. | ||
On Windows 7 or earlier, you will need to install these manually in order for | ||
`cross-zip` to function correctly. | ||
## reference | ||
- [Stack Overflow - zipping from command line in Windows](https://stackoverflow.com/questions/17546016/how-can-you-zip-or-unzip-from-the-command-prompt-using-only-windows-built-in-ca) | ||
## license | ||
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). |
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
9164
65