Comparing version 0.3.5 to 0.3.6
@@ -40,3 +40,3 @@ | ||
? parseInt(value) | ||
: value | ||
: value | ||
; | ||
@@ -59,3 +59,2 @@ if (meta.options && !lodash.includes(meta.options, parsedValue)) { | ||
} catch (err) { | ||
console.error(formatSpec(spec)); | ||
throw err; | ||
@@ -62,0 +61,0 @@ } |
{ | ||
"name": "app-spec", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Get application configuration from spec of required environment variables.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8050
9
210