upgrade deps

This commit is contained in:
Lloyd Brookes
2018-04-27 21:31:36 +01:00
parent 952e86b4d4
commit 5b52a18382
3 changed files with 619 additions and 576 deletions

View File

@ -30,12 +30,12 @@ class WsServe extends ServeCommand {
header: 'Synopsis', header: 'Synopsis',
content: [ content: [
'$ ws <options>', '$ ws <options>',
'$ ws [underline]{command} <options>' '$ ws {underline command} <options>'
] ]
} }
) )
sections.push({ sections.push({
content: 'Project home: [underline]{https://github.com/lwsjs/local-web-server}' content: 'Project home: {underline https://github.com/lwsjs/local-web-server}'
}) })
return sections return sections
} }

1177
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,23 +32,23 @@
"repository": "https://github.com/lwsjs/local-web-server", "repository": "https://github.com/lwsjs/local-web-server",
"author": "Lloyd Brookes <75pound@gmail.com>", "author": "Lloyd Brookes <75pound@gmail.com>",
"dependencies": { "dependencies": {
"lws": "^1.2.1", "lws": "^1.2.3",
"lws-basic-auth": "^0.1.1", "lws-basic-auth": "^0.1.1",
"lws-blacklist": "^0.2.3", "lws-blacklist": "^0.3.0",
"lws-body-parser": "^0.2.4", "lws-body-parser": "^0.2.4",
"lws-compress": "^0.2.1", "lws-compress": "^0.2.1",
"lws-conditional-get": "^0.3.4", "lws-conditional-get": "^0.3.4",
"lws-cors": "^1.0.0", "lws-cors": "^1.0.0",
"lws-index": "^0.3.3", "lws-index": "^0.4.0",
"lws-json": "^0.3.2", "lws-json": "^0.3.2",
"lws-log": "^0.3.2", "lws-log": "^0.3.2",
"lws-mime": "^0.2.2", "lws-mime": "^0.2.2",
"lws-mock-response": "^0.4.6", "lws-mock-response": "^0.5.0",
"lws-range": "^1.1.0", "lws-range": "^1.1.0",
"lws-request-monitor": "^0.1.5", "lws-request-monitor": "^0.1.5",
"lws-rewrite": "^0.3.7", "lws-rewrite": "^0.4.0",
"lws-spa": "^0.2.4", "lws-spa": "^0.3.0",
"lws-static": "^0.4.1", "lws-static": "^0.5.0",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },
"devDependencies": { "devDependencies": {