upgrade config-master

This commit is contained in:
Lloyd Brookes
2014-06-13 17:20:25 +01:00
parent 7870e4e940
commit 95a92abea4
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ function halt(message){
var storedConfig = loadConfig(
path.join(homePath(), ".local-web-server.json"),
path.join(process.cwd(), ".local-web-server.json"),
path.join(process.cwd(), "package.json:local-web-server")
{ jsonPath: path.join(process.cwd(), "package.json"), configProperty: "local-web-server" }
);
/* override stored config with values parsed from command line */