camel case options.. deps
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
1352
package-lock.json
generated
Normal file
1352
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -37,20 +37,20 @@
|
||||
"repository": "https://github.com/lwsjs/local-web-server",
|
||||
"author": "Lloyd Brookes <75pound@gmail.com>",
|
||||
"dependencies": {
|
||||
"lws": "^1.0.0-pre.4",
|
||||
"lws-blacklist": "^0.1.0",
|
||||
"lws-body-parser": "^0.1.0",
|
||||
"lws-compress": "^0.1.0",
|
||||
"lws-conditional-get": "^0.1.0",
|
||||
"lws-cors": "^0.1.0",
|
||||
"lws-index": "^0.1.1",
|
||||
"lws-json": "^0.1.0",
|
||||
"lws-log": "^0.1.1",
|
||||
"lws-cors": "^0.2.0",
|
||||
"lws-index": "^0.2.0",
|
||||
"lws-json": "^0.2.0",
|
||||
"lws-log": "^0.2.0",
|
||||
"lws-mime": "^0.1.0",
|
||||
"lws-mock-response": "^0.1.0",
|
||||
"lws-rewrite": "^0.1.0",
|
||||
"lws-rewrite": "^0.2.0",
|
||||
"lws-spa": "^0.1.2",
|
||||
"lws-static": "^0.1.1",
|
||||
"lws": "^1.0.0-pre.4"
|
||||
"lws-static": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"test-runner": "^0.3.0"
|
||||
|
Reference in New Issue
Block a user