bundle-analyzer
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "bundle-analyzer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"repository": "lhorie/bundle-analyzer", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -32,3 +32,3 @@ const fs = require('fs'); | ||
async function update(data) { | ||
async function update() { | ||
const data = await getSizes(dir); | ||
@@ -35,0 +35,0 @@ for (const res of connections) { |
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
35402