dotenv-filter-cli
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
if (!envKeys.length) { | ||
// process.exit(1); | ||
process.exit(1); | ||
} | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "dotenv-filter-cli", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Reverse of dotenv; filter env variables and output them in the dotenv format", | ||
@@ -23,3 +23,4 @@ "author": "Kees Kluskens <kees@webduck.nl>", | ||
"scripts": { | ||
"test": "ava" | ||
"test": "ava", | ||
"preversion": "npm t" | ||
}, | ||
@@ -26,0 +27,0 @@ "dependencies": { |
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
2750