Comparing version 2.2.1 to 2.2.2
@@ -77,3 +77,2 @@ #!/usr/bin/env node | ||
var total = files.length | ||
var summary = [ | ||
@@ -83,3 +82,3 @@ { | ||
title: 'Number of Files', | ||
value: total | ||
value: files.length | ||
}, | ||
@@ -89,3 +88,3 @@ { | ||
title: 'Number of Directories', | ||
value: total | ||
value: dirs.length | ||
}, | ||
@@ -92,0 +91,0 @@ { |
{ | ||
"name": "pkgfiles", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "List all files which would be published in a package.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17297
359