size-limit
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -13,2 +13,5 @@ let { bold: b, yellow: y, red } = require('picocolors') | ||
rm = 'yarn remove ' | ||
} else if (existsSync(join(pkg.path, '..', 'pnpm-lock.yaml'))) { | ||
add = 'pnpm add --save-dev ' | ||
rm = 'pnpm remove ' | ||
} | ||
@@ -15,0 +18,0 @@ return { add, rm } |
{ | ||
"name": "size-limit", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "CLI tool for Size Limit", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"mkdirp": "^1.0.4", | ||
"nanospinner": "^0.5.0", | ||
"nanospinner": "^0.6.0", | ||
"picocolors": "^1.0.0" | ||
} | ||
} |
@@ -31,2 +31,5 @@ let { createSpinner } = require('nanospinner') | ||
if (!parentPkg || !plugins.isEmpty) return plugins | ||
if (parentPkg.packageJson && parentPkg.packageJson.sizeLimitRoot) { | ||
return plugins | ||
} | ||
@@ -33,0 +36,0 @@ let cwd = resolve(parentPkg.path, '..', '..') |
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
31379
869
+ Addednanospinner@0.6.0(transitive)
- Removednanospinner@0.5.0(transitive)
Updatednanospinner@^0.6.0