Browse Source

upgrade deps

master
Lloyd Brookes 6 years ago
parent
commit
5b52a18382
  1. 4
      lib/command/serve.js
  2. 1187
      package-lock.json
  3. 14
      package.json

4
lib/command/serve.js

@ -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
}

1187
package-lock.json
File diff suppressed because it is too large
View File

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": {

Loading…
Cancel
Save