Comparing version 3.1.2 to 3.2.0
@@ -27,3 +27,5 @@ const http = require('http') | ||
app.use(serveStatic(config.root)) | ||
app.use(serveStatic(config.root, { | ||
index: [ 'index.html', 'index.htm', 'index.xhtml' ] | ||
})) | ||
@@ -30,0 +32,0 @@ if (config.notFound) { |
{ | ||
"name": "luvi", | ||
"description": "Dev server with simple config and API.", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"author": "Zac Anger <zac@zacanger.com> (http://zacanger.com)", | ||
@@ -41,9 +41,9 @@ "license": "MIT", | ||
"babel-eslint": "10.0.1", | ||
"eslint": "5.15.1", | ||
"eslint": "5.16.0", | ||
"eslint-config-zacanger": "3.4.2", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-import": "2.16.0", | ||
"eslint-plugin-promise": "4.0.1", | ||
"eslint-plugin-unicorn": "7.1.0", | ||
"sortpack": "1.1.3" | ||
"eslint-plugin-promise": "4.1.1", | ||
"eslint-plugin-unicorn": "8.0.2", | ||
"sortpack": "1.1.4" | ||
}, | ||
@@ -50,0 +50,0 @@ "engines": { |
# luvi ♡ | ||
**Unmaintained** I recommend using `serve` or some other popular static file server. | ||
-------- | ||
@@ -23,2 +21,3 @@ | ||
* 3.2.0: Un-deprecate, and add `.htm` and `.xhtml` support. | ||
* 3.0.0: Removed `lv` shorthand. Use a shell alias. | ||
@@ -25,0 +24,0 @@ * 2.1.1: Deprecated `lv` shorthand. This will still work until it's removed in |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
14282
141
0
167