@untool/core
Advanced tools
Comparing version 1.0.0-rc.18 to 1.0.0-rc.19
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-rc.19](https://github.com/untool/untool/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2019-01-22) | ||
### Bug Fixes | ||
* **core:** add empty mixins array to defaults ([4e24751](https://github.com/untool/untool/commit/4e24751)) | ||
# [1.0.0-rc.18](https://github.com/untool/untool/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2019-01-18) | ||
@@ -8,0 +19,0 @@ |
@@ -25,3 +25,3 @@ 'use strict'; | ||
const defaults = { rootDir, name, version }; | ||
const defaults = { rootDir, name, version, mixins: [] }; | ||
const settings = loadConfig(untoolNamespace, pkgData, rootDir); | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "@untool/core", | ||
"version": "1.0.0-rc.18", | ||
"version": "1.0.0-rc.19", | ||
"description": "untool core", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
}, | ||
"gitHead": "cb741f8d7325c35abc0c8f8343cdcd83c59b7acf" | ||
"gitHead": "c4db209a290de743fb022392902a48e990f684d9" | ||
} |
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
28378