Comparing version 3.2.0 to 3.2.1
@@ -130,5 +130,12 @@ #!/usr/bin/env node | ||
if (options.packages) { | ||
try { | ||
var packageJson = require(process.cwd() + '/package.json'); | ||
} catch (err) { | ||
console.log('ERROR: package.json not found!'); | ||
console.log(''); | ||
return; | ||
} | ||
console.log('\x1b[4mPackages:\x1b[0m'); | ||
var packageJson = require(process.cwd() + '/package.json'); | ||
var devDependencies = packageJson.devDependencies || {}; | ||
@@ -135,0 +142,0 @@ var dependencies = packageJson.dependencies || {}; |
{ | ||
"name": "envinfo", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Info about your dev environment for debugging purposes", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/tabrindle/envinfo", |
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
56288
174