@windicss/config
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -33,3 +33,3 @@ import { FullConfig } from 'windicss/types/interfaces'; | ||
*/ | ||
onConfigurationError?: (error: Error) => void; | ||
onConfigurationError?: (error: unknown) => void; | ||
/** | ||
@@ -45,5 +45,5 @@ * On configure file not found | ||
filepath?: string; | ||
error?: Error; | ||
error?: unknown; | ||
}; | ||
export { LoadConfigurationOptions, defaultConfigureFiles, loadConfiguration }; |
{ | ||
"name": "@windicss/config", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Windi CSS configurations loader", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
9416