config-mapper-env
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -13,3 +13,6 @@ const _ = require('lodash'); | ||
return key; | ||
return { | ||
__name: key, | ||
__format: 'json', | ||
}; | ||
} | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "config-mapper-env", | ||
"description": "Maps configuration from config module files to environment variables.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/MartinKolarik/config-mapper-env/", | ||
@@ -6,0 +6,0 @@ "github": "https://github.com/MartinKolarik/config-mapper-env/", |
3137
29