Comparing version 0.0.5 to 0.0.6
@@ -63,3 +63,3 @@ #!/usr/bin/env node | ||
if(err) cb(err); | ||
else cb(null, JSON.parse(res.text).downloads); | ||
else cb(null, JSON.parse(res.text).downloads || 0); | ||
}); | ||
@@ -66,0 +66,0 @@ } |
{ | ||
"name": "am-i-used", | ||
"bin": "index.js", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Checks the NPM API for the download counts for each of your projects in the last month and displays them.", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
63521