@lerna/global-options
Advanced tools
Comparing version 3.0.0 to 3.0.5
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="3.0.5"></a> | ||
## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15) | ||
### Bug Fixes | ||
* **global-options:** Allow --sort to be configured from file ([f4aed75](https://github.com/lerna/lerna/commit/f4aed75)) | ||
* **help:** Insert line break before describing boolean negations ([da2f886](https://github.com/lerna/lerna/commit/da2f886)) | ||
<a name="3.0.0"></a> | ||
@@ -8,0 +21,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10) |
@@ -25,8 +25,8 @@ "use strict"; | ||
default: !ci && progress, | ||
describe: "Enable progress bars. Pass --no-progress to disable. (Always off in CI)", | ||
describe: "Enable progress bars. (Always off in CI)\nPass --no-progress to disable.", | ||
type: "boolean", | ||
}, | ||
sort: { | ||
default: true, | ||
describe: "Sort packages topologically (all dependencies before dependents).", | ||
defaultDescription: "true", | ||
describe: "Sort packages topologically (dependencies before dependents).\nPass --no-sort to disable.", | ||
type: "boolean", | ||
@@ -33,0 +33,0 @@ }, |
{ | ||
"name": "@lerna/global-options", | ||
"version": "3.0.0", | ||
"version": "3.0.5", | ||
"description": "Global options applicable to _every_ lerna sub-command", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6" | ||
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909" | ||
} |
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
6912