camel case options.. deps

This commit is contained in:
Lloyd Brookes
2017-06-07 23:30:30 +01:00
parent 67468d865b
commit 3f993f4ecd
3 changed files with 1361 additions and 9 deletions

View File

@ -27,8 +27,8 @@ class WsServe extends Serve {
const moduleDir = path.resolve(__dirname, `../node_modules`)
options = {
stack,
'module-dir': moduleDir,
'module-prefix': 'lws-'
moduleDir,
modulePrefix: 'lws-'
}
super.execute(options, argv)
}