diff --git a/lib/cli-options.js b/lib/cli-options.js index 5d0dab4..d8d0fe4 100644 --- a/lib/cli-options.js +++ b/lib/cli-options.js @@ -8,7 +8,7 @@ module.exports = [ }, { 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, diff --git a/package.json b/package.json index 0be1c27..5043f59 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ "dependencies": { "command-line-args": "~0.5.0", "compression": "^1.0.2", - "config-master": "~0.2.0", + "config-master": "^1", "connect": "^3.0.0", "console-dope": "~0.3.0", "home-path": "~0.1.1", "morgan": "^1.0.0", "object-tools": "^1.0.3", - "serve-index": "^1.0.2", + "serve-index": "^1.6.3", "serve-static": "^1.8", "stream-log-stats": "~0.1.0", "typical": "^1.0.0"