upgrade deps
This commit is contained in:
@ -30,12 +30,12 @@ class WsServe extends ServeCommand {
|
||||
header: 'Synopsis',
|
||||
content: [
|
||||
'$ ws <options>',
|
||||
'$ ws [underline]{command} <options>'
|
||||
'$ ws {underline command} <options>'
|
||||
]
|
||||
}
|
||||
)
|
||||
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
|
||||
}
|
||||
|
1173
package-lock.json
generated
1173
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -32,23 +32,23 @@
|
||||
"repository": "https://github.com/lwsjs/local-web-server",
|
||||
"author": "Lloyd Brookes <75pound@gmail.com>",
|
||||
"dependencies": {
|
||||
"lws": "^1.2.1",
|
||||
"lws": "^1.2.3",
|
||||
"lws-basic-auth": "^0.1.1",
|
||||
"lws-blacklist": "^0.2.3",
|
||||
"lws-blacklist": "^0.3.0",
|
||||
"lws-body-parser": "^0.2.4",
|
||||
"lws-compress": "^0.2.1",
|
||||
"lws-conditional-get": "^0.3.4",
|
||||
"lws-cors": "^1.0.0",
|
||||
"lws-index": "^0.3.3",
|
||||
"lws-index": "^0.4.0",
|
||||
"lws-json": "^0.3.2",
|
||||
"lws-log": "^0.3.2",
|
||||
"lws-mime": "^0.2.2",
|
||||
"lws-mock-response": "^0.4.6",
|
||||
"lws-mock-response": "^0.5.0",
|
||||
"lws-range": "^1.1.0",
|
||||
"lws-request-monitor": "^0.1.5",
|
||||
"lws-rewrite": "^0.3.7",
|
||||
"lws-spa": "^0.2.4",
|
||||
"lws-static": "^0.4.1",
|
||||
"lws-rewrite": "^0.4.0",
|
||||
"lws-spa": "^0.3.0",
|
||||
"lws-static": "^0.5.0",
|
||||
"semver": "^5.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user