Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "json2bash", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A CLI to export json object to bash env", | ||
"main": "json2bash.js", | ||
"scripts": { | ||
"test": "node json2bash.js sample.json", | ||
"postpublish": "node postpublish.js" | ||
"test": "node json2bash.js sample.json" | ||
}, | ||
@@ -10,0 +9,0 @@ "bin": { |
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
5641