Comparing version 0.10.4 to 0.11.3
@@ -22,2 +22,7 @@ | ||
} | ||
if (meta.unit) { | ||
if (!meta.type) { | ||
meta.type = 'integer'; | ||
} | ||
} | ||
if (meta.default !== undefined) { | ||
@@ -24,0 +29,0 @@ if (meta.options && !lodash.includes(meta.options, meta.default)) { |
{ | ||
"name": "app-spec", | ||
"version": "0.10.4", | ||
"version": "0.11.3", | ||
"description": "Get application configuration from spec of required environment variables.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7209
172