@lerna/add
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.4"></a> | ||
# [3.0.0-beta.4](https://github.com/lerna/lerna/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2018-03-19) | ||
### Bug Fixes | ||
* Use correct instance property override ([9249221](https://github.com/lerna/lerna/commit/9249221)) | ||
<a name="3.0.0-beta.3"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.3](https://github.com/lerna/lerna/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2018-03-15) |
@@ -17,3 +17,3 @@ "use strict"; | ||
class AddCommand extends Command { | ||
get requireGit() { | ||
get requiresGit() { | ||
return false; | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@lerna/add", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "TODO", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/bootstrap": "^3.0.0-beta.3", | ||
"@lerna/command": "^3.0.0-beta.3", | ||
"@lerna/bootstrap": "^3.0.0-beta.4", | ||
"@lerna/command": "^3.0.0-beta.4", | ||
"@lerna/filter-options": "^3.0.0-beta.2", | ||
@@ -47,3 +47,3 @@ "@lerna/validation-error": "^3.0.0-beta.0", | ||
}, | ||
"gitHead": "1ee15326adf778c32e4b136bbfb27e1c899716a1" | ||
"gitHead": "8f97fb02258e02c7783ad27e140ca3eba5f8f40e" | ||
} |
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
9533