@textlint/config-loader
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.2.0](https://github.com/textlint/editor/compare/v0.1.2...v0.2.0) (2020-07-30) | ||
**Note:** Version bump only for package @textlint/config-loader | ||
## 0.1.1 (2020-07-29) | ||
@@ -8,0 +16,0 @@ |
@@ -83,5 +83,3 @@ "use strict"; | ||
}; | ||
var result = exports.loadPackagesFromRawConfig(options.preLoadingPackage | ||
? options.preLoadingPackage(packageOptions) | ||
: packageOptions); | ||
var result = exports.loadPackagesFromRawConfig(options.preLoadingPackage ? options.preLoadingPackage(packageOptions) : packageOptions); | ||
if (!result.ok) { | ||
@@ -88,0 +86,0 @@ return { |
@@ -80,5 +80,3 @@ import { rcFile } from "rc-config-loader"; | ||
}; | ||
var result = loadPackagesFromRawConfig(options.preLoadingPackage | ||
? options.preLoadingPackage(packageOptions) | ||
: packageOptions); | ||
var result = loadPackagesFromRawConfig(options.preLoadingPackage ? options.preLoadingPackage(packageOptions) : packageOptions); | ||
if (!result.ok) { | ||
@@ -85,0 +83,0 @@ return { |
{ | ||
"name": "@textlint/config-loader", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Config loader for textlint. .textlintrc loader", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1add06d74c12a9b4269e86eddb93d7dda6257e18" | ||
"gitHead": "42fd8b791896c6b8740d95fe10544305aa6f955a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
110721
2004