Comparing version 0.8.3 to 0.8.4
@@ -124,3 +124,3 @@ | ||
const configMetas = mapMetas(spec.config(env)); | ||
if (process.env.mode !== 'quiet') { | ||
if (process.env.mode === 'help') { | ||
console.error(formatMetas(configMetas).join('\n')); | ||
@@ -127,0 +127,0 @@ } |
{ | ||
"name": "app-spec", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Get application configuration from spec of required environment variables.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6763