@untool/yargs
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/untool/untool/compare/v0.5.1...v0.6.0) (2018-05-16) | ||
### Features | ||
* **yargs:** make untool/yargs a full-fledged preset ([817d76c](https://github.com/untool/untool/commit/817d76c)) | ||
<a name="0.5.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.5.0](https://github.com/untool/untool/compare/v0.4.3...v0.5.0) (2018-05-07) |
{ | ||
"name": "@untool/yargs", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "untool yargs mixin", | ||
"keywords": [ | ||
"unmixin" | ||
"unmixin", | ||
"unpreset" | ||
], | ||
@@ -8,0 +9,0 @@ "bin": { |
@@ -42,3 +42,3 @@ # `@untool/yargs` | ||
### `registerCommands(yargs, chalk)` ([pipe](https://github.com/untool/mixinable/blob/master/README.md#definepipe)) | ||
### `registerCommands(yargs)` ([pipe](https://github.com/untool/mixinable/blob/master/README.md#definepipe)) | ||
@@ -45,0 +45,0 @@ This is the most relevant hook provided by `@untool/yargs`: it enables other mixins to register their respective commands. Implementations of this mixin method will receive two arguments: a [`yargs`](http://yargs.js.org) instance and the command line arguments `@untool/yargs` received. Implementations need to return the `yargs` instance that they were called with. |
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
9269
6
97