@untool/core
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.8.0](https://github.com/untool/untool/compare/v1.7.0...v1.8.0) (2019-05-09) | ||
### Features | ||
* **core:** store overrides from in config ([8689916](https://github.com/untool/untool/commit/8689916)) | ||
# [1.7.0](https://github.com/untool/untool/compare/v1.6.2...v1.7.0) (2019-05-03) | ||
@@ -8,0 +19,0 @@ |
@@ -51,2 +51,3 @@ 'use strict'; | ||
_workspace: lockFile ? dirname(lockFile) : rootDir, | ||
_overrides: { untoolNamespace, ...overrides }, | ||
}; | ||
@@ -53,0 +54,0 @@ debug(config); |
{ | ||
"name": "@untool/core", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "untool core", | ||
@@ -36,3 +36,3 @@ "repository": { | ||
}, | ||
"gitHead": "093c30b0eba5ffa7b60966ce094c28950bb54407" | ||
"gitHead": "d6f702ff1f5d83f3c27ed1cd213bfcbd9ed964e5" | ||
} |
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
33290
313