lite-web-server
Advanced tools
Comparing version 1.0.2-beta.1633100820 to 1.0.2-beta.1633119000
@@ -5,3 +5,3 @@ { | ||
"source": { | ||
"include": "./lib", | ||
"include": ["./lib"], | ||
"includePattern": ".js$", | ||
@@ -28,3 +28,3 @@ "excludePattern": "(node_modules/|out/|docs)" | ||
"better-docs": { | ||
"name": "lite-web-server v1.0.2-beta.1633100820", | ||
"name": "lite-web-server v1.0.2-beta.1633119000", | ||
"title": "lite-web-server Documentation", | ||
@@ -31,0 +31,0 @@ "css": "/style.css", |
@@ -91,2 +91,4 @@ const http = require('http'); | ||
}).listen(options.port); | ||
_this.running = httpserver; | ||
_this.started = true; | ||
resolve(httpserver); | ||
@@ -98,2 +100,4 @@ } catch (error) { | ||
} | ||
} | ||
@@ -100,0 +104,0 @@ |
{ | ||
"name": "lite-web-server", | ||
"version": "1.0.2-beta.1633100820", | ||
"version": "1.0.2-beta.1633119000", | ||
"description": "creates simple web server.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# lite-web-server | ||
[![TotalDownloads](https://img.shields.io/npm/dt/lite-web-server)](https://npmjs.com/package/lite-web-server) [![Build](https://img.shields.io/github/checks-status/chasyumen/lite-web-server/main)](https://github.com/chasyumen/lite-web-server) [![License](https://img.shields.io/npm/l/lite-web-server)](https://github.com/chasyumen/lite-web-server/blob/main/LICENSE) | ||
[![TotalDownloads](https://img.shields.io/npm/dt/lite-web-server)](https://npmjs.com/package/lite-web-server) [![GitHub commit activity m](https://img.shields.io/github/commit-activity/m/chasyumen/lite-web-server)](https://github.com/chasyumen/lite-web-server) [![Build](https://img.shields.io/github/checks-status/chasyumen/lite-web-server/main)](https://github.com/chasyumen/lite-web-server) [![License](https://img.shields.io/npm/l/lite-web-server)](https://github.com/chasyumen/lite-web-server/blob/main/LICENSE) | ||
@@ -44,2 +44,2 @@ The npm package to create simple web server. | ||
## License | ||
© chasyumen 2021. Released under the MIT license | ||
© chasyumen 2021. Released under the MIT license |
Sorry, the diff of this file is not supported yet
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
11549
205
45