Comparing version 0.1.3 to 0.1.4
@@ -28,2 +28,5 @@ 'use strict'; | ||
module.exports = [ | ||
// Configuration of the current project (local to the file | ||
// hierarchy). | ||
{ | ||
@@ -51,2 +54,3 @@ name: 'local', | ||
// Configuration for the current user. | ||
{ | ||
@@ -65,2 +69,3 @@ name: 'global', | ||
// Configuration for the whole system. | ||
{ | ||
@@ -77,2 +82,15 @@ name: 'system', | ||
}, | ||
// Default vendor configuration. | ||
{ | ||
name: 'vendor', | ||
read: function () { | ||
// It is assumed that app-conf is in the `node_modules` | ||
// directory of the owner package. | ||
return Promise.map( | ||
glob(__dirname +'/../../config.*'), | ||
readFile | ||
); | ||
}, | ||
}, | ||
]; |
{ | ||
"name": "app-conf", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7413
218