Comparing version 1.3.2 to 1.3.3
@@ -190,3 +190,3 @@ #!/usr/bin/env node | ||
if (argv.jsonFile != "-" || argv.jsonFile != "__pipe__") | ||
if (argv.jsonFile != "-" && argv.jsonFile != "__pipe__") | ||
try { | ||
@@ -193,0 +193,0 @@ var filein = argv.jsonFile //argv._[0]; |
{ | ||
"name": "json2bash", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A CLI to export json object to bash env. Also json array to csv", | ||
@@ -5,0 +5,0 @@ "main": "json2bash.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