Comparing version 1.1.0 to 2.0.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [2.0.0] - 2019-10-09 | ||
- Dependencies updated. | ||
- Node version 8+ is now required. | ||
## [1.1.0] - 2019-01-20 | ||
@@ -14,3 +18,4 @@ - Dependencies updated. | ||
[Unreleased]: https://github.com/elliot-nelson/advzip-bin/compare/v1.1.0...HEAD | ||
[Unreleased]: https://github.com/elliot-nelson/advzip-bin/compare/v2.0.0...HEAD | ||
[2.0.0]: https://github.com/elliot-nelson/advzip-bin/compare/v1.1.0...v2.0.0 | ||
[1.1.0]: https://github.com/elliot-nelson/advzip-bin/compare/v1.0.0...v1.1.0 |
{ | ||
"name": "advzip-bin", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "AdvZIP bin-wrapper that makes it seamlessly available as a local dependency", | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
@@ -39,6 +39,6 @@ "scripts": { | ||
"compare-size": "^3.0.0", | ||
"execa": "^0.6.3", | ||
"jasmine": "^3.2.0", | ||
"tempy": "^0.1.0" | ||
"execa": "^2.1.0", | ||
"jasmine": "^3.5.0", | ||
"tempy": "^0.3.0" | ||
} | ||
} |
@@ -13,4 +13,8 @@ # advzip-bin [![Build Status](https://travis-ci.org/elliot-nelson/advzip-bin.svg?branch=master)](https://travis-ci.org/elliot-nelson/advzip-bin) | ||
When installed in a project, the `advzip` executable will be installed in your `node_modules` | ||
folder. Require the `advzip-bin` module from your project to retrieve the path to the executable, | ||
for example: | ||
```js | ||
const {execFile} = require('child_process'); | ||
const { execFile } = require('child_process'); | ||
const advzip = require('advzip-bin'); | ||
@@ -23,3 +27,3 @@ | ||
## CLI | ||
## CLI Usage | ||
@@ -26,0 +30,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
5139
43