+1
-1
| { | ||
| "name": "parfait", | ||
| "version": "0.7.6", | ||
| "version": "0.7.7", | ||
| "author": "David M. Lee, II <leedm777@yahoo.com>", | ||
@@ -5,0 +5,0 @@ "description": "A sweet multi-layered configuration framework", |
@@ -63,2 +63,5 @@ # Copyright (c) 2014. David M. Lee, II <leedm777@yahoo.com> | ||
| confmerge userEnvConfig, postConfig | ||
| .then (finalConfig) -> | ||
| finalConfig.environment = environment | ||
| finalConfig | ||
@@ -99,3 +102,3 @@ ### | ||
| @param file Name of the file to parse. | ||
| @return {Promise<Object?} Resulting merged configuration. | ||
| @return {Promise<Object>} Resulting merged configuration. | ||
| @private | ||
@@ -102,0 +105,0 @@ ### |
14468
0.62%