bundlesize
Advanced tools
Comparing version 0.14.0 to 0.14.1
{ | ||
"name": "bundlesize", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "Keep your library size in check", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -14,3 +14,5 @@ const fs = require('fs') | ||
if (!paths.length) { | ||
error('There is no matching file for ' + file.path, { silent: true }) | ||
error(`There is no matching file for ${file.path} in ${process.cwd()}`, { | ||
silent: true | ||
}) | ||
} else { | ||
@@ -17,0 +19,0 @@ paths.map(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
13315
249