upgrade config-master
This commit is contained in:
@ -37,7 +37,7 @@ function halt(message){
|
|||||||
var storedConfig = loadConfig(
|
var storedConfig = loadConfig(
|
||||||
path.join(homePath(), ".local-web-server.json"),
|
path.join(homePath(), ".local-web-server.json"),
|
||||||
path.join(process.cwd(), ".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 */
|
/* override stored config with values parsed from command line */
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"command-line-args": "^0.2.0",
|
"command-line-args": "^0.2.0",
|
||||||
"common-log-format": "^0.1.2",
|
"common-log-format": "^0.1.2",
|
||||||
"compression": "^1.0.2",
|
"compression": "^1.0.2",
|
||||||
"config-master": "~0.1.0",
|
"config-master": "~0.2.0",
|
||||||
"connect": "^3.0.0",
|
"connect": "^3.0.0",
|
||||||
"console-dope": "^0.3.0",
|
"console-dope": "^0.3.0",
|
||||||
"home-path": "^0.1.1",
|
"home-path": "^0.1.1",
|
||||||
|
Reference in New Issue
Block a user