size-limit
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -142,2 +142,7 @@ let { isAbsolute, dirname, join, relative } = require('path') | ||
if (check.config) check.config = toAbsolute(check.config, config.cwd) | ||
if (typeof check.import === 'string') { | ||
check.import = { | ||
[check.path[0]]: check.import | ||
} | ||
} | ||
} | ||
@@ -144,0 +149,0 @@ |
{ | ||
"name": "size-limit", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "CLI tool for Size Limit", | ||
@@ -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
22717
642