@axah/env-utils
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -10,3 +10,3 @@ "use strict"; | ||
const value = process.env[key]; | ||
switch (value) { | ||
switch (value.toLowerCase()) { | ||
case 'true': | ||
@@ -13,0 +13,0 @@ return true; |
{ | ||
"name": "@axah/env-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "lib/main.js", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
15717