+3
-3
| { | ||
| "name": "parfait", | ||
| "version": "0.7.2", | ||
| "version": "0.7.6", | ||
| "author": "David M. Lee, II <leedm777@yahoo.com>", | ||
@@ -25,3 +25,3 @@ "description": "A sweet multi-layered configuration framework", | ||
| "coffee-script": "^1.7.1", | ||
| "es6-promise": "^0.1.1", | ||
| "es6-promise": "^1.0.0", | ||
| "js-yaml": "^3.0.1", | ||
@@ -35,3 +35,3 @@ "lodash": "^2.4.1" | ||
| "codo": "^2.0.6", | ||
| "coffeelint": "^1.2.0", | ||
| "coffeelint": "^1.3.0", | ||
| "mocha": "^1.18.2", | ||
@@ -38,0 +38,0 @@ "sinon": "^1.9.1" |
+5
-2
@@ -52,4 +52,4 @@ # Parfait.js | ||
| // starting point. | ||
| config: { | ||
| parfait: { | ||
| preConfig: { | ||
| appdirs: { | ||
| // If specified, user and site config can be processed on Unixes | ||
@@ -61,2 +61,5 @@ 'appName': 'SuperApp', | ||
| }, | ||
| // And a hard coded config to apply on top of everything else. | ||
| //postConfig: {} | ||
| }); | ||
@@ -63,0 +66,0 @@ ``` |
14379
0.64%127
2.42%+ Added
- Removed
Updated