process-env-checker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "process-env-checker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if all requested environment variables are present.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"bin": { | ||
"process-env-checker": "dist/index.js" | ||
}, | ||
"homepage": "https://github.com/homoky/process-env-checker", | ||
@@ -8,0 +11,0 @@ "repository": { |
@@ -30,5 +30,4 @@ import * as fs from 'fs'; | ||
} | ||
}); | ||
program.parse(process.argv); |
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
9893