Comparing version 2.0.0-10 to 2.0.0-11
@@ -36,3 +36,3 @@ class LwsCli { | ||
header: 'lws', | ||
content: 'Personalised web server for productive full-stack development.' | ||
content: 'A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development.' | ||
}, | ||
@@ -208,3 +208,3 @@ { | ||
} | ||
this.log(require('util').inspect(config, { depth: 1, colors: true })) | ||
this.log(require('util').inspect(config, { depth: 2, colors: true })) | ||
} | ||
@@ -211,0 +211,0 @@ |
{ | ||
"name": "lws", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "2.0.0-10", | ||
"description": "The modular web server for productive full-stack development", | ||
"version": "2.0.0-11", | ||
"description": "A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development", | ||
"repository": "https://github.com/lwsjs/lws.git", | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
"koa": "^2.7.0", | ||
"load-module": "^2.0.0", | ||
"load-module": "^2.0.1", | ||
"lodash.assignwith": "^4.2.0", | ||
@@ -51,5 +51,5 @@ "node-version-matches": "^1.0.1", | ||
"devDependencies": { | ||
"coveralls": "^3.0.3", | ||
"coveralls": "^3.0.4", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"lws-static": "^1.0.0", | ||
"lws-static": "^1.1.0", | ||
"node-fetch": "^2.6.0", | ||
@@ -56,0 +56,0 @@ "nyc": "^14.1.1", |
@@ -12,3 +12,3 @@ [![view on npm](https://img.shields.io/npm/v/lws.svg)](https://www.npmjs.org/package/lws) | ||
A tool for quickly launching a personalised Node.js HTTP, HTTPS or HTTP2 local web server. It's intended to facilitate rapid, full-stack Web Platform development. | ||
A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development. | ||
@@ -15,0 +15,0 @@ Its has a very lean core - behaviour is added via plugins giving you full control over what features are activated, how HTTP requests are handled, responses created, caches controlled, activity visualised etc. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96178
Updatedload-module@^2.0.1