interpolate-json
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "interpolate-json", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Interpolate a Javascript Object or string with json - Advanced", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -138,3 +138,3 @@ # interpolate-json | ||
``` | ||
more in [`Configurations`](#Configurations:) | ||
more in [`Configurations`](#Configurations) | ||
@@ -149,3 +149,3 @@ #### returns: | ||
#### Configurations: | ||
#### Configurations | ||
@@ -160,3 +160,3 @@ (TODO:) Each section can be individually set through Environment Variables INTERPOLATE_OPTION_[*CONFIGNAME*] (or you can set it inside json [`obj`](#obj) or [`values`](#values). [Example](tests/config.func.custom.json)) | ||
Set it true turn on logging to help debug why certain things are not working as expected. Can be turned on [globally](<#debug()>). | ||
Set it true to turn on logging to help debug why certain things are not working as expected. Can be turned on [globally](<#debug()>). | ||
@@ -163,0 +163,0 @@ ###### prefix |
14132