This commit is contained in:
Lloyd Brookes
2015-03-17 23:10:51 +00:00
parent 1b02d3f45e
commit c880cbad8f
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ module.exports = [
}, },
{ {
name: "log-format", alias: "f", type: String, name: "log-format", alias: "f", type: String,
description: "If a format is supplied an access log is written to stdout. If not, \na statistics view is displayed. Use a preset ('none', 'dev',\n'combined', 'short', 'tiny' or 'logstalgia') or supply a custom format\n(e.g. ':method -> :url')." description: "If a format is supplied an access log is written to stdout. If not, a statistics view is displayed. Use a preset ('none', 'dev','combined', 'short', 'tiny' or 'logstalgia') or supply a custom format (e.g. ':method -> :url')."
}, },
{ {
name: "directory", alias: "d", type: String, name: "directory", alias: "d", type: String,

View File

@ -17,13 +17,13 @@
"dependencies": { "dependencies": {
"command-line-args": "~0.5.0", "command-line-args": "~0.5.0",
"compression": "^1.0.2", "compression": "^1.0.2",
"config-master": "~0.2.0", "config-master": "^1",
"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",
"morgan": "^1.0.0", "morgan": "^1.0.0",
"object-tools": "^1.0.3", "object-tools": "^1.0.3",
"serve-index": "^1.0.2", "serve-index": "^1.6.3",
"serve-static": "^1.8", "serve-static": "^1.8",
"stream-log-stats": "~0.1.0", "stream-log-stats": "~0.1.0",
"typical": "^1.0.0" "typical": "^1.0.0"