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 */

View File

@ -18,7 +18,7 @@
"command-line-args": "^0.2.0",
"common-log-format": "^0.1.2",
"compression": "^1.0.2",
"config-master": "~0.1.0",
"config-master": "~0.2.0",
"connect": "^3.0.0",
"console-dope": "^0.3.0",
"home-path": "^0.1.1",