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',
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
}