Comparing version 0.2.0 to 0.3.0
@@ -48,2 +48,5 @@ "use strict"; | ||
break; | ||
case '.htm': | ||
headers['Content-Type'] = 'text/html'; | ||
break; | ||
case '.js': | ||
@@ -61,2 +64,5 @@ headers['Content-Type'] = 'text/javascript'; | ||
break; | ||
case '.wasm': | ||
headers['Content-Type'] = 'application/wasm'; | ||
break; | ||
case '.map': break; | ||
@@ -63,0 +69,0 @@ default: |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "yaserver", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Yet Another Server", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
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
12347
250